Sculkgrass
- Registry ID:
sculkmancy:sculkgrass - Loader status:
both
Description
Section titled “Description”Sculkgrass is a registered Sculkmancy block with behavior derived from the parsed registry and class sources below. TODO/VERIFY markers indicate areas that still need in-game confirmation.
Gameplay Progression
Section titled “Gameplay Progression”- Role in the mod: Sculkgrass 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:sculkgrass
- TODO/VERIFY: no direct crafting recipe found for this block in scanned JSON.
Recipes that use sculkmancy:sculkgrass 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/sculkgrass.json - NeoForge texture file:
/home/julianvanmoorst/Documents/sculkmancy.com/.cache/minecraft-textures/block/sculk.png - Fabric texture source:
/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/blockstates/sculkgrass.json - Fabric texture file:
/home/julianvanmoorst/Documents/sculkmancy.com/.cache/minecraft-textures/block/sculk.png
Technical Details
Section titled “Technical Details”- NeoForge symbol:
SCULKGRASS - NeoForge registry properties:
TODO/VERIFY(settings declared indirectly or in block class). - NeoForge block class:
SculkgrassBlock(/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/block/SculkgrassBlock.java). - NeoForge class inheritance: extends
Block. - NeoForge runtime hooks:
getLightBlock - NeoForge constructor properties:
mapColor(MapColor.DEEPSLATE),requiresTool,sound(SoundType.WET_GRASS),strength(1f, 10f) - Fabric symbol:
SCULKGRASS - Fabric registry properties:
mapColor(MapColor.DEEPSLATE_GRAY),requiresTool,sound(BlockSoundGroup.WET_GRASS),strength(1f, 10f) - Fabric block item registration:
enabled. - Fabric block class:
SculkgrassBlock(/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/block/SculkgrassBlock.java). - Fabric class inheritance: extends
Block.
Data Source Anchors
Section titled “Data Source Anchors”- NeoForge:
SCULKGRASS(/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyModBlocks.java) - Fabric:
SCULKGRASS(/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.