Liquified Sculk Cauldron
- Registry ID:
sculkmancy:liquified_sculk_cauldron - Loader status:
both
Description
Section titled “Description”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.
Gameplay Progression
Section titled “Gameplay Progression”- 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).
Crafting Paths
Section titled “Crafting Paths”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/
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/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
Technical Details
Section titled “Technical Details”- 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; implementsnet.minecraft.block.BlockEntityProvider. - Fabric runtime hooks:
onUse - Fabric block entities:
LiquifiedSculkCauldronBlockEntity - Fabric content drop on break:
enabled.
Data Source Anchors
Section titled “Data Source Anchors”- 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)
Related Mechanics
Section titled “Related Mechanics”Verification Notes
Section titled “Verification Notes”- Static parse indicates no unresolved issues.