Sculk Sapling
- Registry ID:
sculkmancy:sculk_sapling - Loader status:
both
Description
Section titled “Description”Sculk Sapling is a functional block with source-confirmed behavior. It handles entity/world transitions and contains explicit teleport/portal logic.
Gameplay Progression
Section titled “Gameplay Progression”- Role in the mod: Sculk Sapling acts as a dimension transition block for Cringe Dimension routing. 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: It unlocks access to dimension-specific gameplay routes and related resources (TODO/VERIFY in-game gating).
- 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_sapling
- TODO/VERIFY: no direct crafting recipe found for this block in scanned JSON.
Recipes that use sculkmancy:sculk_sapling 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_sapling.json - NeoForge texture file:
/home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/textures/block/sculk_sapling.png - Fabric texture source:
/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/blockstates/sculk_sapling.json - Fabric texture file:
/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/textures/block/sculk_sapling.png
Technical Details
Section titled “Technical Details”- NeoForge symbol:
SCULK_SAPLING - NeoForge registry properties:
TODO/VERIFY(settings declared indirectly or in block class). - NeoForge block class:
SculkSaplingBlock(/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/block/SculkSaplingBlock.java). - NeoForge class inheritance: extends
SaplingBlock. - NeoForge runtime hooks:
randomTick - NeoForge teleport/portal behavior:
present. - NeoForge constructor properties:
noCollision,randomTicks,sound(net.minecraft.world.level.block.SoundType.GRASS) - Fabric symbol:
SCULK_SAPLING - Fabric registry properties:
breakInstantly,burnable,noCollision,randomTicks,sound(BlockSoundGroup.GRASS) - Fabric block item registration:
enabled. - Fabric block class:
SculkSaplingBlock(/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/block/SculkSaplingBlock.java). - Fabric class inheritance: extends
SaplingBlock. - Fabric runtime hooks:
randomTick - Fabric teleport/portal behavior:
present.
Data Source Anchors
Section titled “Data Source Anchors”- NeoForge:
SCULK_SAPLING(/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyExtraBlocks.java) - Fabric:
SCULK_SAPLING(/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.