Sculkic Repeller
- Registry ID:
sculkmancy:sculkic_repeller - Loader status:
both
Description
Section titled “Description”Sculkic Repeller belongs to the Sculkic machine line. It is treated as functional progression content and should be validated for automation, redstone, and inventory edge cases.
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: Players can obtain it via 1 scanned crafting recipe(s). Input path example:
TODO/VERIFY. 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_repeller
sculkic_repeller_recipe(both-different) (source:/home/julianvanmoorst/Documents/sculkmancy/src/main/resources/data/sculkmancy/recipe/sculkic_repeller_recipe.json)
Recipes that use sculkmancy:sculkic_repeller 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_repeller.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_repeller.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_REPELLER - NeoForge registry properties:
TODO/VERIFY(settings declared indirectly or in block class). - NeoForge block class:
SculkicRepellerBlock(/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/block/SculkicRepellerBlock.java). - NeoForge class inheritance: extends
Block. - NeoForge runtime hooks:
appendHoverText,getLightBlock - NeoForge constructor properties:
requiresTool,sound(SoundType.ANVIL),strength(1f, 100f) - Fabric symbol:
SCULKIC_REPELLER - Fabric registry properties:
requiresTool,sound(BlockSoundGroup.ANVIL),strength(1f, 100f) - Fabric block item registration:
enabled. - Fabric block class:
Block(vanilla/base class).
Data Source Anchors
Section titled “Data Source Anchors”- NeoForge:
SCULKIC_REPELLER(/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyModBlocks.java) - Fabric:
SCULKIC_REPELLER(/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.