Skip to content

Sculkgrass

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

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.

  • 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).

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/

NeoForge
Sculkgrass NeoForge texture
Fabric
Sculkgrass Fabric texture
  • 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
  • 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.
  • 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)
  • Static parse indicates no unresolved issues.