Skip to content

Ichorium Beacon

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

Ichorium Beacon is a functional block with source-confirmed behavior. State and inventory are backed by block entities (IchoriumBeaconBlockEntity). It runs scheduled logic ticks at interval(s) 10 ticks. Comparator output is implemented and reflects internal container/state data. Breaking/replacing the block drops stored contents. Its runtime behavior is driven by procedures such as IchoriumBeaconOnTickUpdateProcedure.

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

Recipes that craft sculkmancy:ichorium_beacon

  • ichorium_beacon_recipe (both-different) (source: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/data/sculkmancy/recipe/ichorium_beacon_recipe.json)

Recipes that use sculkmancy:ichorium_beacon 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
Ichorium Beacon NeoForge texture
Fabric
Ichorium Beacon Fabric texture
  • NeoForge texture source: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/blockstates/ichorium_beacon.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/ichorium_beacon.json
  • Fabric texture file: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/textures/block/sculk_29_be1.png
  • NeoForge symbol: ICHORIUM_BEACON
  • NeoForge registry properties: TODO/VERIFY (settings declared indirectly or in block class).
  • NeoForge block class: IchoriumBeaconBlock (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/block/IchoriumBeaconBlock.java).
  • NeoForge class inheritance: extends Block; implements EntityBlock.
  • NeoForge runtime hooks: getAnalogOutputSignal, getLightBlock, getMenuProvider, getVisualShape, hasAnalogOutputSignal, newBlockEntity, onPlace, onRemove, tick
  • NeoForge linked procedures: IchoriumBeaconOnTickUpdateProcedure
  • NeoForge block entities: IchoriumBeaconBlockEntity
  • NeoForge scheduled tick intervals: 10
  • NeoForge comparator output: enabled.
  • NeoForge content drop on break: enabled.
  • NeoForge constructor properties: light(s -> 5), nonOpaque/noOcclusion, sound(SoundType.ANVIL), strength(1f, 100f)
  • Fabric symbol: ICHORIUM_BEACON
  • Fabric registry properties: light(state -> 5), nonOpaque/noOcclusion, sound(BlockSoundGroup.ANVIL), strength(1f, 100f)
  • Fabric block item registration: enabled.
  • Fabric block class: IchoriumBeaconBlock (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/block/IchoriumBeaconBlock.java).
  • Fabric class inheritance: extends Block; implements BlockEntityProvider.
  • Fabric linked procedures: IchoriumBeaconOnTickUpdateProcedure
  • Fabric block entities: SculkmancyEnergyBlockEntity
  • Fabric scheduled tick intervals: 10
  • NeoForge: ICHORIUM_BEACON (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyModBlocks.java)
  • Fabric: ICHORIUM_BEACON (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/ModBlocks.java)
  • Static parse indicates no unresolved issues.