Skip to content

Sculksteel Absorber Upgrade

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

Sculksteel Absorber Upgrade is a functional block with source-confirmed behavior. Redstone signal behavior is implemented in the block class. Its runtime behavior is driven by procedures such as RedstoneLevelerBlockValidPlacementConditionProcedure, SculksteelAbsorberUpgradeBlockAddedProcedure, SculksteelAbsorberUpgradeEmittedRedstonePowerProcedure.

  • 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:sculksteel_absorber_upgrade

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

Recipes that use sculkmancy:sculksteel_absorber_upgrade 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
Sculksteel Absorber Upgrade NeoForge texture
Fabric
Sculksteel Absorber Upgrade Fabric texture
  • NeoForge texture source: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/blockstates/sculksteel_absorber_upgrade.json
  • NeoForge texture file: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/textures/block/absorberupgradetexture.png
  • Fabric texture source: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/blockstates/sculksteel_absorber_upgrade.json
  • Fabric texture file: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/textures/block/absorberupgradetexture.png
  • NeoForge symbol: SCULKSTEEL_ABSORBER_UPGRADE
  • NeoForge registry properties: TODO/VERIFY (settings declared indirectly or in block class).
  • NeoForge block class: SculksteelAbsorberUpgradeBlock (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/block/SculksteelAbsorberUpgradeBlock.java).
  • NeoForge class inheritance: extends Block.
  • NeoForge runtime hooks: getLightBlock, getShape, getSignal, getVisualShape, isSignalSource, onPlace, updateShape
  • NeoForge linked procedures: RedstoneLevelerBlockValidPlacementConditionProcedure, SculksteelAbsorberUpgradeBlockAddedProcedure, SculksteelAbsorberUpgradeEmittedRedstonePowerProcedure
  • NeoForge redstone signal hooks: present.
  • NeoForge constructor properties: light(s -> 6), nonOpaque/noOcclusion, sound(SoundType.ANVIL), strength(1f, 100f)
  • Fabric symbol: SCULKSTEEL_ABSORBER_UPGRADE
  • Fabric registry properties: light(state -> 6), nonOpaque/noOcclusion, sound(BlockSoundGroup.ANVIL), strength(1f, 100f)
  • Fabric block item registration: enabled.
  • Fabric block class: SculksteelAbsorberUpgradeBlock (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/block/SculksteelAbsorberUpgradeBlock.java).
  • Fabric class inheritance: extends Block.
  • Fabric linked procedures: RedstoneLevelerBlockValidPlacementConditionProcedure, SculksteelAbsorberUpgradeBlockAddedProcedure, SculksteelAbsorberUpgradeEmittedRedstonePowerProcedure
  • NeoForge: SCULKSTEEL_ABSORBER_UPGRADE (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyModBlocks.java)
  • Fabric: SCULKSTEEL_ABSORBER_UPGRADE (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/ModBlocks.java)
  • Static parse indicates no unresolved issues.