File Details
slashlootr-0.1.1+mc1.21.9.jar
- R
- May 25, 2026
- 36.25 KB
- 0
- 1.21.10+1
- Fabric
File Name
slashlootr-0.1.1+mc1.21.9.jar
Supported Versions
- 1.21.10
- 1.21.9
Curse Maven Snippet
0.1.1 — 2026-05-25
Two new bands covering Mojang's late-2025 / early-2026 rename storm.
Added
- Band F: MC 1.21.11 — picks up the renames Mojang shipped at 1.21.11 that broke Band E on that version:
net.minecraft.world.entity.vehicle.ChestBoat→…vehicle.boat.ChestBoatnet.minecraft.world.entity.vehicle.MinecartChest→…vehicle.minecart.MinecartChestnet.minecraft.world.entity.vehicle.MinecartHopper→…vehicle.minecart.MinecartHoppernet.minecraft.world.entity.vehicle.AbstractMinecartContainer→…vehicle.minecart.AbstractMinecartContainerResourceLocation→Identifier(renamed in place atnet.minecraft.resources)ResourceKey#location()→ResourceKey#identifier()Level#random(field) →Level#getRandom()(method)CommandSourceStack#hasPermission(int)→Commands.hasPermission(Commands.LEVEL_GAMEMASTERS)predicateSimpleContainer.addListenerremoved → replaced with aDirtyContainer extends SimpleContainerthat overridessetChanged()to mark the SavedData dirtySavedDataTypefirst arg stillString(changes toIdentifierin 26.1)- Band G: MC 26.1.2 ("Tiny Takeover") — same rename surface as Band F plus:
- Quarantined: own Gradle 9.4 wrapper, Loom 1.15.5, JDK 25 toolchain. Lives under
versions/26.1.2/with its own gradlew. Main composite shells out via thebuild26task. - Unobfuscated: no
mappings loom.officialMojangMappings()— Mojang names ship directly. SavedDataTypefirst arg nowIdentifier(viaIdentifier.fromNamespaceAndPath).SeedDeriverinlined into the band's package since the main composite's:commonsubproject isn't reachable from the quarantine.
Changed
- Loom bumped 1.11 → 1.13.6 across the main composite. Verified backwards-compatible with Bands A through E. Required to add 1.21.11 as a regular subproject.
- Band E (1.21.9) coverage narrowed in publish scripts: was claimed to cover 1.21.9–1.21.11; now claims only 1.21.9 and 1.21.10 since 1.21.11 needs Band F's rename surface.
build.gradleroot: addedbuild26Exectask and a quarantined-libs collect step inbuildAllso the 10 JARs land together inbuild/release/.
Runtime verified
- Band C (1.21.1): verified with two players on two machines.
- Bands A, B, D, E, F, G: compile-clean only.

