Skip to content

Stripped Sculk Log

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

Stripped Sculk Log 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). It is reused in 1 downstream recipe(s), so it acts as a chain ingredient.
  • Reward: It unlocks crafted outputs such as sculk_planks.
  • What can be crafted with it: sculk_planks

Recipes that craft sculkmancy:stripped_sculk_log

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

Recipes that use sculkmancy:stripped_sculk_log as an ingredient

  • sculk_planks_from_stripped_sculk_log (both-same) -> sculk_planks (source: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/data/sculkmancy/recipe/sculk_planks_from_stripped_sculk_log.json)

  • Full matrix: /generated/recipe-matrix/

NeoForge
Stripped Sculk Log NeoForge texture
Fabric
Stripped Sculk Log Fabric texture
  • NeoForge texture source: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/blockstates/stripped_sculk_log.json
  • NeoForge texture file: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/textures/block/stripped_sculk_log_side.png
  • Fabric texture source: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/blockstates/stripped_sculk_log.json
  • Fabric texture file: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/textures/block/stripped_sculk_log_side.png
  • NeoForge symbol: STRIPPED_SCULK_LOG
  • NeoForge registry properties: TODO/VERIFY (settings declared indirectly or in block class).
  • NeoForge block class: StrippedSculkLogBlock (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/block/StrippedSculkLogBlock.java).
  • NeoForge class inheritance: extends RotatedPillarBlock.
  • NeoForge runtime hooks: getLightBlock
  • NeoForge constructor properties: sound(SoundType.WOOD), strength(1f, 10f)
  • Fabric symbol: STRIPPED_SCULK_LOG
  • Fabric registry properties: TODO/VERIFY (settings declared indirectly or in block class).
  • Fabric block item registration: enabled.
  • Fabric block class: StrippedSculkLogBlock (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/block/StrippedSculkLogBlock.java).
  • Fabric class inheritance: extends PillarBlock.
  • Fabric constructor properties: burnable, mapColor(state -> state.get(AXIS), piston(PistonBehavior.NORMAL), sound(net.minecraft.sound.BlockSoundGroup.WOOD), strength(2.0f)
  • NeoForge: STRIPPED_SCULK_LOG (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyExtraBlocks.java)
  • Fabric: STRIPPED_SCULK_LOG (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/SculkmancyExtraBlocks.java)
  • Static parse indicates no unresolved issues.