Tags
Creators
Details
1.1.4
Compatibility
Required content
Changes
Changes
- Crítical: Modified
OpenersNBT save/loading. It works as a list of strings now, to avoid issues with larger UUIDs strings.
NOTE: The old code was left in place to deserialize this NBT key for compatibility reasons. It is recommended to load the chunks containing loot balls already generated to be updated to the new system. This may be removed in the future.
- Removed
perPlayerLootBallsconfig. It was redundant and now loot balls can only be opened 1 time per player by default.
NOTE: In single player worlds, loot balls have 1 use by default, and loot balls will be destroyed when used. In multiplayer worlds, the new
ignoreLootBallUsessetting must be changed totrueso that everyone can claim the loot (see below) or adjust thenaturalLootBallUsessetting to allow more than 1 use in natural loot balls.
- Replaced
ignorePerPlayerLootBallUsesconfig withignoreLootBallUsesconfig. Whentrue, the remaining uses of a loot ball will be ignored (infinite uses), but will still be limited to 1 loot per player. Defaults tofalse. - Added
randomizeAfterUseconfig. Whentrue, loot balls with an assigned loot table (like the natural ones) will grant random loot to each player. Iffalse, all players will get the same loot. Defaults totrue. - Updated the docs.
Fixes
- Fix:
InfiniteNBT tag in loot balls ignoresOpenersNBT.
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:kcudYghD:LfDlXzX7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kcudYghD:LfDlXzX7"
}

