Sculk Seed
- Registry ID:
sculkmancy:sculk_seed - Loader status:
both
Description
Section titled “Description”Sculk Seed is a functional block with source-confirmed behavior. Its runtime behavior is driven by procedures such as SculkSeedStartToDestroyProcedure.
Gameplay Progression
Section titled “Gameplay Progression”- Role in the mod: Sculk Seed is a progression block with behavior anchored in registry + runtime handler sources.
- 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).
Crafting Paths
Section titled “Crafting Paths”Recipes that craft sculkmancy:sculk_seed
- TODO/VERIFY: no direct crafting recipe found for this block in scanned JSON.
Recipes that use sculkmancy:sculk_seed 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_seed.json - NeoForge texture file:
/home/julianvanmoorst/Documents/sculkmancy.com/.cache/minecraft-textures/block/sculk_sensor_tendril_inactive.png - Fabric texture source:
/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/blockstates/sculk_seed.json - Fabric texture file:
/home/julianvanmoorst/Documents/sculkmancy.com/.cache/minecraft-textures/block/sculk_sensor_tendril_inactive.png
Technical Details
Section titled “Technical Details”- NeoForge symbol:
SCULK_SEED - NeoForge registry properties:
TODO/VERIFY(settings declared indirectly or in block class). - NeoForge block class:
SculkSeedBlock(/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/block/SculkSeedBlock.java). - NeoForge class inheritance: extends
FlowerBlock. - NeoForge linked procedures:
SculkSeedStartToDestroyProcedure - NeoForge constructor properties:
mapColor(MapColor.PLANT),noCollision,piston(PushReaction.DESTROY),sound(SoundType.GRASS) - Fabric symbol:
SCULK_SEED - Fabric registry properties:
breakInstantly,mapColor(MapColor.LICHEN_GREEN),noCollision,nonOpaque/noOcclusion,piston(PistonBehavior.DESTROY),sound(BlockSoundGroup.GRASS) - Fabric block item registration:
enabled. - Fabric block class:
SculkSeedBlock(/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/block/SculkSeedBlock.java). - Fabric class inheritance: extends
FlowerBlock. - Fabric linked procedures:
SculkSeedStartToDestroyProcedure
Data Source Anchors
Section titled “Data Source Anchors”- NeoForge:
SCULK_SEED(/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyModBlocks.java) - Fabric:
SCULK_SEED(/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/ModBlocks.java)
Related Mechanics
Section titled “Related Mechanics”Verification Notes
Section titled “Verification Notes”- Static parse indicates no unresolved issues.