Tags
Creators
Details
1.5.32
Compatibility
Changes
=== v1.5.32 ===
+ Added an instant-stack setting for items, defaults to true which was the previous behavior
+ Added a hook for SuperiorSkyblock2 to prevent opening the stacked block GUI on islands where the player doesn't have block break/place permissions
+ Added a spawner auto-stack-prevent-same-type-in-range setting
+ Added a stacked block gui-only-one-player-allowed setting
* Cumulative breeding now transfers the parent entity properties to the children created, most notably, baby sheep now retain colors when breeding stacks
* Fixed a bug where stacked blocks of size 0 can be dropped if the GUI is enabled and break-entire-stack-into-separate is false
* Fixed an issue preventing the spawner spawn count indicator from increasing and the GUI from displaying the correct spawner state
* Fixed a possible concurrent modification exception when loading entity settings
* Fixed statistics not being updated properly for entire stack kills when the setting is enabled
* Fixed entity transformations losing the from spawner property
* Fixed allays only picking up one item and not an entire stack at once
* Optimized entities and items to no longer tick when they haven't moved
* Optimized the entity cache
* Item/entity nametags no longer send packets on spawn if the item/entity was instantly stacked
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:Bt25s2nb:uLF3hWKt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Bt25s2nb:uLF3hWKt"
}

