Skip to content

Enderite

  • Registry ID: sculkmancy:enderite
  • Loader status: both

Enderite is a material-centric block used for storage, progression, or machine crafting chains. Technical behavior should still be confirmed in game when loader-specific settings differ.

  • Role in the mod: Enderite is a progression block with behavior anchored in registry + runtime handler sources.
  • How this advances the player: No direct crafting recipe for this block was found in scanned JSON (TODO/VERIFY for loot/procedural acquisition). It is reused in 1 downstream recipe(s), so it acts as a chain ingredient.
  • Reward: It unlocks crafted outputs such as enderite_scrap.
  • What can be crafted with it: enderite_scrap

Recipes that craft sculkmancy:enderite

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

Recipes that use sculkmancy:enderite as an ingredient

  • enderite_scrap_blasting (both-different) -> enderite_scrap (source: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/data/sculkmancy/recipe/enderite_scrap_blasting.json)

  • Full matrix: /generated/recipe-matrix/

NeoForge
Enderite NeoForge texture
Fabric
Enderite Fabric texture
  • NeoForge texture source: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/blockstates/enderite.json
  • NeoForge texture file: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/textures/block/enderite_top.png
  • Fabric texture source: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/blockstates/enderite.json
  • Fabric texture file: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/textures/block/enderite_top.png
  • NeoForge symbol: ENDERITE
  • NeoForge registry properties: TODO/VERIFY (settings declared indirectly or in block class).
  • NeoForge block class: EnderiteBlock (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/block/EnderiteBlock.java).
  • NeoForge class inheritance: extends Block.
  • NeoForge runtime hooks: getLightBlock
  • NeoForge constructor properties: requiresTool, sound(SoundType.NETHER_BRICKS), strength(1f, 100f)
  • Fabric symbol: ENDERITE
  • Fabric registry properties: requiresTool, sound(BlockSoundGroup.NETHER_BRICKS), strength(1f, 100f)
  • Fabric block item registration: enabled.
  • Fabric block class: Block (vanilla/base class).
  • NeoForge: ENDERITE (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyModBlocks.java)
  • Fabric: ENDERITE (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/ModBlocks.java)
  • Static parse indicates no unresolved issues.