Sculk Fence Gate
- Registry ID:
sculkmancy:sculk_fence_gate - Loader status:
both
Description
Section titled “Description”Sculk Fence Gate 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.
Gameplay Progression
Section titled “Gameplay Progression”- Role in the mod: It is part of the Sculk building set and supports structural progression.
- How this advances the player: Players can obtain it via 1 scanned crafting recipe(s). Input path example:
TODO/VERIFY. 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).
Crafting Paths
Section titled “Crafting Paths”Recipes that craft sculkmancy:sculk_fence_gate
sculk_fence_gate_recipe(both-same) (source:/home/julianvanmoorst/Documents/sculkmancy/src/main/resources/data/sculkmancy/recipe/sculk_fence_gate_recipe.json)
Recipes that use sculkmancy:sculk_fence_gate 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/
Texture
Section titled “Texture”
Texture Source Anchors
Section titled “Texture Source Anchors”- NeoForge texture source:
/home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/blockstates/sculk_fence_gate.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_fence_gate.json - Fabric texture file:
/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/textures/block/sculk_planks.png
Technical Details
Section titled “Technical Details”- NeoForge symbol:
SCULK_FENCE_GATE - NeoForge registry properties:
TODO/VERIFY(settings declared indirectly or in block class). - NeoForge block class:
FenceGateBlock(vanilla/base class). - Fabric symbol:
SCULK_FENCE_GATE - Fabric registry properties:
burnable - Fabric block item registration:
enabled. - Fabric block class:
FenceGateBlock(vanilla/base class).
Data Source Anchors
Section titled “Data Source Anchors”- NeoForge:
SCULK_FENCE_GATE(/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyExtraBlocks.java) - Fabric:
SCULK_FENCE_GATE(/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/SculkmancyExtraBlocks.java)
Related Mechanics
Section titled “Related Mechanics”Verification Notes
Section titled “Verification Notes”- Static parse indicates no unresolved issues.