Block Of Enderite
- Registry ID:
sculkmancy:block_of_enderite - Loader status:
both
Description
Section titled “Description”Block Of 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: Block Of Enderite is a progression block with behavior anchored in registry + runtime handler sources.
- How this advances the player: Players can obtain it via 1 scanned crafting recipe(s). Input path example:
TODO/VERIFY. It is reused in 1 downstream recipe(s), so it acts as a chain ingredient. - Reward: It unlocks crafted outputs such as
enderite_ingot. - What can be crafted with it:
enderite_ingot
Crafting Paths
Section titled “Crafting Paths”Recipes that craft sculkmancy:block_of_enderite
block_of_enderite_recipe(both-different) (source:/home/julianvanmoorst/Documents/sculkmancy/src/main/resources/data/sculkmancy/recipe/block_of_enderite_recipe.json)
Recipes that use sculkmancy:block_of_enderite as an ingredient
-
block_of_enderite_to_ingot_recipe(both-different) ->enderite_ingot(source:/home/julianvanmoorst/Documents/sculkmancy/src/main/resources/data/sculkmancy/recipe/block_of_enderite_to_ingot_recipe.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/block_of_enderite.json - NeoForge texture file:
/home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/textures/block/enderiteblock.png - Fabric texture source:
/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/blockstates/block_of_enderite.json - Fabric texture file:
/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/textures/block/enderiteblock.png
Technical Details
Section titled “Technical Details”- NeoForge symbol:
BLOCK_OF_ENDERITE - NeoForge registry properties:
TODO/VERIFY(settings declared indirectly or in block class). - NeoForge block class:
BlockOfEnderiteBlock(/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/block/BlockOfEnderiteBlock.java). - NeoForge class inheritance: extends
Block. - NeoForge runtime hooks:
getLightBlock - NeoForge constructor properties:
sound(SoundType.GRAVEL),strength(1f, 100f) - Fabric symbol:
BLOCK_OF_ENDERITE - Fabric registry properties:
sound(BlockSoundGroup.GRAVEL),strength(1f, 100f) - Fabric block item registration:
enabled. - Fabric block class:
Block(vanilla/base class).
Data Source Anchors
Section titled “Data Source Anchors”- NeoForge:
BLOCK_OF_ENDERITE(/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyModBlocks.java) - Fabric:
BLOCK_OF_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.