Skip to content

Sculksteel Block

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

Sculksteel Block 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: Sculksteel Block 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 sculksteel.
  • What can be crafted with it: sculksteel

Recipes that craft sculkmancy:sculksteel_block

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

Recipes that use sculkmancy:sculksteel_block as an ingredient

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

  • Full matrix: /generated/recipe-matrix/

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