Skip to content

Block Of Ichorium

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

Block Of Ichorium 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: Block Of Ichorium 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 ichorium_ingot.
  • What can be crafted with it: ichorium_ingot

Recipes that craft sculkmancy:block_of_ichorium

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

Recipes that use sculkmancy:block_of_ichorium as an ingredient

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

  • Full matrix: /generated/recipe-matrix/

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