Skip to content

Liquified Sculk Cauldron

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

Liquified Sculk Cauldron is a functional block with source-confirmed behavior. State and inventory are backed by block entities (LiquifiedSculkCauldronBlockEntity). Breaking/replacing the block drops stored contents.

  • Role in the mod: Liquified Sculk Cauldron 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:liquified_sculk_cauldron

  • TODO/VERIFY: no direct crafting recipe found for this block in scanned JSON.

Recipes that use sculkmancy:liquified_sculk_cauldron 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
Liquified Sculk Cauldron NeoForge texture
Fabric
Liquified Sculk Cauldron Fabric texture
  • NeoForge texture source: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/blockstates/liquified_sculk_cauldron.json
  • NeoForge texture file: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/textures/block/sculkfuel_cauldron.png
  • Fabric texture source: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/blockstates/liquified_sculk_cauldron.json
  • Fabric texture file: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/textures/block/sculkfuel_cauldron.png
  • NeoForge symbol: LIQUIFIED_SCULK_CAULDRON
  • NeoForge registry properties: TODO/VERIFY (settings declared indirectly or in block class).
  • Fabric symbol: LIQUIFIED_SCULK_CAULDRON
  • Fabric registry properties: nonOpaque/noOcclusion, requiresTool, sound(BlockSoundGroup.METAL), strength(2.0f)
  • Fabric block item registration: disabled.
  • Fabric block class: LiquifiedSculkCauldronBlock (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/block/LiquifiedSculkCauldronBlock.java).
  • Fabric class inheritance: extends LeveledCauldronBlock; implements net.minecraft.block.BlockEntityProvider.
  • Fabric runtime hooks: onUse
  • Fabric block entities: LiquifiedSculkCauldronBlockEntity
  • Fabric content drop on break: enabled.
  • NeoForge: LIQUIFIED_SCULK_CAULDRON (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyModBlocks.java)
  • Fabric: LIQUIFIED_SCULK_CAULDRON (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/ModBlocks.java)
  • Static parse indicates no unresolved issues.