Skip to content

Sculk Wall Sign

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

Sculk Wall Sign 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_wall_sign

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

Recipes that use sculkmancy:sculk_wall_sign 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 Wall Sign NeoForge texture
Fabric
Sculk Wall Sign Fabric texture
  • NeoForge texture source: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/blockstates/sculk_wall_sign.json
  • NeoForge texture file: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/textures/block/sculk_planks.png
  • Fabric texture source: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/blockstates/sculk_wall_sign.json
  • Fabric texture file: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/textures/block/sculk_planks.png
  • NeoForge symbol: SCULK_WALL_SIGN
  • NeoForge registry properties: noCollision
  • NeoForge block class: WallSignBlock (vanilla/base class).
  • Fabric symbol: SCULK_WALL_SIGN
  • Fabric registry properties: burnable, noCollision
  • Fabric block item registration: disabled.
  • Fabric block class: WallSignBlock (vanilla/base class).
  • NeoForge: SCULK_WALL_SIGN (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyExtraBlocks.java)
  • Fabric: SCULK_WALL_SIGN (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/SculkmancyExtraBlocks.java)
  • Static parse indicates no unresolved issues.