Sculkic Resizer
- Registry ID:
sculkmancy:sculkic_resizer - Loader status:
both
Description
Section titled “Description”Sculkic Resizer is a functional block with source-confirmed behavior. State and inventory are backed by block entities (SculkicResizerBlockEntity). It runs scheduled logic ticks at interval(s) 1 ticks. Redstone signal behavior is implemented in the block class. Breaking/replacing the block drops stored contents. Its runtime behavior is driven by procedures such as SculkicResizerRedstoneOnProcedure.
Gameplay Progression
Section titled “Gameplay Progression”- Role in the mod: It belongs to the machine/energy stack and supports automation-oriented systems.
- 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:sculkic_resizer
- TODO/VERIFY: no direct crafting recipe found for this block in scanned JSON.
Recipes that use sculkmancy:sculkic_resizer 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/sculkic_resizer.json - NeoForge texture file:
/home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/textures/block/sculk_29_be1.png - Fabric texture source:
/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/blockstates/sculkic_resizer.json - Fabric texture file:
/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/textures/block/sculk_29_be1.png
Technical Details
Section titled “Technical Details”- NeoForge symbol:
SCULKIC_RESIZER - NeoForge registry properties:
TODO/VERIFY(settings declared indirectly or in block class). - NeoForge block class:
SculkicResizerBlock(/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/block/SculkicResizerBlock.java). - NeoForge class inheritance: extends
Block; implementsEntityBlock. - NeoForge runtime hooks:
appendHoverText,canConnectRedstone,getLightBlock,getMenuProvider,newBlockEntity,onPlace,onRemove,tick - NeoForge linked procedures:
SculkicResizerRedstoneOnProcedure - NeoForge block entities:
SculkicResizerBlockEntity - NeoForge scheduled tick intervals:
1 - NeoForge redstone signal hooks:
present. - NeoForge content drop on break:
enabled. - NeoForge constructor properties:
sound(SoundType.ANVIL),strength(1f, 10f) - Fabric symbol:
SCULKIC_RESIZER - Fabric registry properties:
sound(BlockSoundGroup.ANVIL),strength(1f, 10f) - Fabric block item registration:
enabled. - Fabric block class:
SculkicResizerBlock(/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/block/SculkicResizerBlock.java). - Fabric class inheritance: extends
Block; implementsBlockEntityProvider. - Fabric linked procedures:
SculkicResizerRedstoneOnProcedure - Fabric block entities:
SculkmancyEnergyBlockEntity - Fabric scheduled tick intervals:
1
Data Source Anchors
Section titled “Data Source Anchors”- NeoForge:
SCULKIC_RESIZER(/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyModBlocks.java) - Fabric:
SCULKIC_RESIZER(/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/ModBlocks.java)
Related Mechanics
Section titled “Related Mechanics”- Blocks Overview
- Generated Block Registry
- Energy Network
- Mechanics Overview
- Generated Mechanics Handlers
Verification Notes
Section titled “Verification Notes”- Static parse indicates no unresolved issues.