Enderite
- Registry ID:
sculkmancy:enderite - Loader status:
both
Description
Section titled “Description”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.
Gameplay Progression
Section titled “Gameplay Progression”- 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
Crafting Paths
Section titled “Crafting Paths”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/
Texture
Section titled “Texture”
Texture Source Anchors
Section titled “Texture Source Anchors”- 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
Technical Details
Section titled “Technical Details”- 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).
Data Source Anchors
Section titled “Data Source Anchors”- 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)
Related Mechanics
Section titled “Related Mechanics”Verification Notes
Section titled “Verification Notes”- Static parse indicates no unresolved issues.