Links
Tags
Creators
Details
Licensed ARR
Published last month
Updated 2 days ago
All versions
1.2.7+26.3
Beta
1.2.7+26.32 days ago 5
Uploaded by
Compatibility
Minecraft: Java Edition
26.3-snapshot-7
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Any compatible version
Changes
Fixed
LivingEntity.drop(ItemStack, boolean)gains a trailingPredictionat 26.3-snapshot-7 -- a hard compile break at the one place Ultimate Sleep uses it:RewardManager.grantthrows the golden-carrot reward on the ground when the sleeper's inventory is full. Now cog-gated (predicatecompat.drop_pred,>= 26.3): 26.3+ emitsp.drop(stack, false, Prediction.PREDICTED), every earlier cell keeps the 2-arg form.PREDICTEDis what vanilla passes at the equivalent player-action overflow sites (AbstractContainerMenu,CraftingMenu,ResultSlot); the argument only selects the swing broadcast, so the item entity spawns either way and the reward behaves exactly as before.
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. - The 26.3 jar's MC window is now SNAPSHOT-EXCLUSIVE,
[26.3-alpha.7, 26.3-alpha.8). The upper bound was the line-wide26.4, which was already wrong in principle -- every 26.3 snapshot bumps pack_format -- and is now wrong in practice too, since thedropsignature above differs across snapshots within the line. This brings the cell in line with every other 26.3 mod cell. mod_version1.2.6 -> 1.2.7. Only the Fabric 26.3 cell was rebuilt.
Notes
- The other snapshot-7 surfaces do not touch this mod: the client-side
LocalPlayer.drop(boolean)return-type change (server-side mod), theInteractionResult.SwingSourcerename, and the 32 new concrete slab/stair blocks.
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:M1lrtuN1:aUq8qtoi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:M1lrtuN1:aUq8qtoi"
}
