
Various Starting Loot
ArchivedVarious Starting Loot changes the standard loot of the bonus chest, now it depends on biomes. Multiplayer, Custom Generation support!
16.7Kdownloads
63followers
16.7Kdownloads
63followers
Various Starting Loot has been archived. Various Starting Loot will not receive any further updates unless the author decides to unarchive the project.
Tags
Creators
Details
Licensed CC-BY-4.0
Published 3 years ago
Updated last year
All versions
5.0+mod
Release
Various Starting Loot 5.02 years ago 1,034
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Changes
General
- 1.21 support
p.s The update was delayed because mojang made it impossible to directly use loottables with biomes that are missing in the world. In this regard, I have been thinking for a long time how this can be outwitted and now it has been done (thanks for kanokarob). If you are interested in how it works, look inside the datapack
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Cs85BmwR:gy8PXj8l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Cs85BmwR:gy8PXj8l"
}

