Skip to content

Impact Tnt

  • Registry ID: sculkmancy:impact_tnt
  • Loader status: neoforge-only

Impact Tnt is a functional block with source-confirmed behavior. Its runtime behavior is driven by procedures such as ImpactTNTNeighbourBlockChangesProcedure.

  • Role in the mod: It is an explosive gameplay block used for combat or utility detonation paths.
  • How this advances the player: No direct crafting recipe for this block was found in scanned JSON (TODO/VERIFY for loot/procedural acquisition). No downstream crafting usage was detected in scanned JSON; progression may come from block runtime effects.
  • Reward: Primary reward is the block behavior itself (interaction, automation, or world effect).
  • What can be crafted with it: No direct craft outputs were detected from this block in scanned JSON (TODO/VERIFY for tag/procedure-based recipes).

Recipes that craft sculkmancy:impact_tnt

  • TODO/VERIFY: no direct crafting recipe found for this block in scanned JSON.

Recipes that use sculkmancy:impact_tnt as an ingredient

  • TODO/VERIFY: no downstream crafting usage found in scanned JSON (tag-based usage may not be expanded).

  • Full matrix: /generated/recipe-matrix/

NeoForge
Impact Tnt NeoForge texture
FabricTODO/VERIFY: texture not resolved.
  • NeoForge texture source: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/blockstates/impact_tnt.json
  • NeoForge texture file: /home/julianvanmoorst/Documents/sculkmancy.com/.cache/minecraft-textures/block/tnt_bottom.png
  • Fabric texture: TODO/VERIFY not resolved from scanned assets.
  • NeoForge symbol: IMPACT_TNT
  • NeoForge registry properties: TODO/VERIFY (settings declared indirectly or in block class).
  • NeoForge block class: ImpactTNTBlock (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/block/ImpactTNTBlock.java).
  • NeoForge class inheritance: extends FallingBlock.
  • NeoForge runtime hooks: getLightBlock, onPlace
  • NeoForge linked procedures: ImpactTNTNeighbourBlockChangesProcedure
  • NeoForge constructor properties: sound(SoundType.GRAVEL), strength(1f, 10f)
  • NeoForge: IMPACT_TNT (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyModBlocks.java)
  • Fabric: TODO/VERIFY not present in scanned registry snapshot.
  • TODO/VERIFY: exists in only one loader registry snapshot.