Impact Tnt
- Registry ID:
sculkmancy:impact_tnt - Loader status:
neoforge-only
Description
Section titled “Description”Impact Tnt is a functional block with source-confirmed behavior. Its runtime behavior is driven by procedures such as ImpactTNTNeighbourBlockChangesProcedure.
Gameplay Progression
Section titled “Gameplay Progression”- 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).
Crafting Paths
Section titled “Crafting Paths”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/
Texture
Section titled “Texture”
FabricTODO/VERIFY: texture not resolved.
Texture Source Anchors
Section titled “Texture Source Anchors”- 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.
Technical Details
Section titled “Technical Details”- 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)
Data Source Anchors
Section titled “Data Source Anchors”- 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.
Related Mechanics
Section titled “Related Mechanics”Verification Notes
Section titled “Verification Notes”- TODO/VERIFY: exists in only one loader registry snapshot.