Skip to content

Sculk Leaves

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

Sculk Leaves is part of the Sculk woodset building family. It is primarily structural/decorative but can still expose interaction traits like collision, burnability, and redstone behavior depending on variant type.

  • Role in the mod: It is part of the Sculk building set and supports structural progression.
  • How this advances the player: No direct crafting recipe for this block was found in scanned JSON (TODO/VERIFY for loot/procedural acquisition). No downstream crafting usage was detected in scanned JSON; progression may come from block runtime effects.
  • Reward: Primary reward is the block behavior itself (interaction, automation, or world effect).
  • What can be crafted with it: No direct craft outputs were detected from this block in scanned JSON (TODO/VERIFY for tag/procedure-based recipes).

Recipes that craft sculkmancy:sculk_leaves

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

Recipes that use sculkmancy:sculk_leaves as an ingredient

  • TODO/VERIFY: no downstream crafting usage found in scanned JSON (tag-based usage may not be expanded).

  • Full matrix: /generated/recipe-matrix/

NeoForge
Sculk Leaves NeoForge texture
Fabric
Sculk Leaves Fabric texture
  • NeoForge texture source: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/blockstates/sculk_leaves.json
  • NeoForge texture file: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/textures/block/sculkleaves.png
  • Fabric texture source: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/blockstates/sculk_leaves.json
  • Fabric texture file: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/textures/block/sculkleaves.png
  • NeoForge symbol: SCULK_LEAVES
  • NeoForge registry properties: TODO/VERIFY (settings declared indirectly or in block class).
  • NeoForge block class: SculkLeavesBlock (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/block/SculkLeavesBlock.java).
  • NeoForge class inheritance: extends LeavesBlock.
  • NeoForge runtime hooks: getLightBlock
  • NeoForge constructor properties: nonOpaque/noOcclusion, sound(SoundType.GRASS), strength(0.2f)
  • Fabric symbol: SCULK_LEAVES
  • Fabric registry properties: nonOpaque/noOcclusion, sound(BlockSoundGroup.GRAVEL), strength(1f, 10f)
  • Fabric block item registration: enabled.
  • Fabric block class: SculkLeavesBlock (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/block/SculkLeavesBlock.java).
  • Fabric class inheritance: extends UntintedParticleLeavesBlock.
  • NeoForge: SCULK_LEAVES (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyModBlocks.java)
  • Fabric: SCULK_LEAVES (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/ModBlocks.java)
  • Static parse indicates no unresolved issues.