Links
Tags
Creators
Details
Licensed ARR
Published 2 months ago
Updated 3 hours ago
All versions
1.2.14+26.3-snapshot-7
Beta
1.2.14+26.3-snapshot-73 hours ago 2
Compatibility
Minecraft: Java Edition
26.3-snapshot-7
Platform
Fabric
Supported environments
Server-side
Singleplayer
Changes
Changed
- Fabric 26.3 cell moved to MC 26.3-snapshot-7 (from snapshot-6): fabric-api
0.156.1+26.3->0.156.2+26.3, resourcepack_format94->95, exclusive window[26.3-alpha.6, 26.3-alpha.7)->[26.3-alpha.7, 26.3-alpha.8). Every 26.3 snapshot bumps pack_format by one, so each jar stays snapshot-exclusive. No other cell changed.
Notes
- No source change required. snapshot-7's breaking surfaces were checked against this mod and
none are touched: the trailing
Predictionargument onLivingEntity.drop(ItemStack, boolean)/Inventory.placeItemBackInInventory, the client-sideLocalPlayer.drop(boolean)return type goingboolean->void, theInteractionResult.SwingSourceCLIENT/SERVER->PREDICTED/SERVER_ONLYrename together with the deletion ofServerboundSwingPacket, and the 32 new concrete slab/stair blocks plus the filled-map colour component removals.
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:IX0J3vJn:SgbCilk5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IX0J3vJn:SgbCilk5"
}

