tntexpansion-neoforge-26.2-2.1.1.jar
Curse Maven Snippet
What's new
TNT Expansion 2.1.1 - NeoForge 26.2
For Minecraft 26.2. Requires NeoForge 26.2.0.88. Java 25.
Jar: tntexpansion-neoforge-26.2-2.1.1.jar
2.1.0 shipped this port with 6 things broken that a build cannot see - it compiled, it loaded, and the feature simply did nothing. Nothing about the mod content, balance, recipe costs or art changed here.
Fixed
- A TNT block could not be lit by redstone.
Block.neighborChangedtakes anOrientationinstead of aBlockPosfrom 1.21.2 on. The port kept the old parameter list, so the method still compiled but stopped overriding anything, and the block just sat there next to a powered lever. - Chain reactions were dead.
Block.wasExplodedtakes aServerLevelfrom 1.21.2 on, so a TNT caught in another TNT blast never primed. - The radiation the nukes apply did nothing.
MobEffect.applyEffectTickgained a leadingServerLevelin 1.21.2, so that override was dead the same way. - Recipes used the pre-1.21.2 ingredient form. The NeoForge compatibility codec still accepts
{"item": ...}, so crafting did work here, but the files were written for the wrong Minecraft version. They now use the bare-string form vanilla expects. - Every TNT and every Dynamite showed as the missing-texture cube in the inventory. 1.21.4 moved the item model into
assets/tntexpansion/items/<id>.jsonand this port had no such folder at all. All 269 definitions are now generated from the item models that were already there. pack.mcmetaclaimed format 34, which is 1.21.1. Newer clients dropped the mod pack as incompatible. It now declares formats 88 to 107, read out of theversion.jsoninside this Minecraft build itself.
Verified
Builds clean. Checked against the mapped Minecraft jar for this exact version by tools/audit_overrides.py and tools/audit_private.py, and against the version-specific resource rules by tools/check_ports.py; all three pass. It was not exercised in game this pass - the fixes are the same ones proven on Fabric 1.21.8 and NeoForge 1.21.1.
Unchanged
The 134 TNT types, the Dynamite for each one, the four creative tabs, the destruction-power tooltip, the recipe costs and every texture are identical to 2.1.0.
This mod has no additional files

