promotional bannermobile promotional banner

TNT Expansion (+100 new craftable TNT)

Over 130 new craftable TNTs for Minecraft 1.21.1. Nukes with a warhead that falls from the sky and leaves radiation, meteors, tornadoes, volcanoes, black holes, terraforming and blasts up to 190 blocks wide.
Back to Files

tntexpansion-neoforge-26.1.2-2.1.1.jar

File nametntexpansion-neoforge-26.1.2-2.1.1.jar
Uploaded
Sep 20, 2026
Downloads
47
Size
807.2 KB
Mod Loaders
NeoForge
File ID
8926843
Type
R
Release
Supported game versions
  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:tnt-expansion-100-new-craftable-tnt-1685225:8926843"

Learn more about Curse Maven

What's new

TNT Expansion 2.1.1 - NeoForge 26.1.2

For Minecraft 26.1.2. Requires NeoForge 26.1.2.109. Java 25.

Jar: tntexpansion-neoforge-26.1.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.neighborChanged takes an Orientation instead of a BlockPos from 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.wasExploded takes a ServerLevel from 1.21.2 on, so a TNT caught in another TNT blast never primed.
  • The radiation the nukes apply did nothing. MobEffect.applyEffectTick gained a leading ServerLevel in 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>.json and this port had no such folder at all. All 269 definitions are now generated from the item models that were already there.
  • pack.mcmeta claimed format 34, which is 1.21.1. Newer clients dropped the mod pack as incompatible. It now declares formats 84 to 101, read out of the version.json inside 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