Skip to content

Sculkic Tinkerer

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

Sculkic Tinkerer is a functional block with source-confirmed behavior. On interaction, it opens a gameplay menu (SculkicTinkererMenu). State and inventory are backed by block entities (SculkicTinkererBlockEntity). Comparator output is implemented and reflects internal container/state data. Breaking/replacing the block drops stored contents.

  • Role in the mod: It functions as an interactive workstation with menu-driven gameplay. 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: It unlocks menu-driven conversion/processing workflows tied to its block entity and procedures.
  • 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:sculkic_tinkerer

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

Recipes that use sculkmancy:sculkic_tinkerer 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
Sculkic Tinkerer NeoForge texture
Fabric
Sculkic Tinkerer Fabric texture
  • NeoForge texture source: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/blockstates/sculkic_tinkerer.json
  • NeoForge texture file: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/textures/block/sculk_29_be1transmitter.png
  • Fabric texture source: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/blockstates/sculkic_tinkerer.json
  • Fabric texture file: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/textures/block/sculk_29_be1transmitter.png
  • NeoForge symbol: SCULKIC_TINKERER
  • NeoForge registry properties: TODO/VERIFY (settings declared indirectly or in block class).
  • NeoForge block class: SculkicTinkererBlock (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/block/SculkicTinkererBlock.java).
  • NeoForge class inheritance: extends Block; implements EntityBlock.
  • NeoForge runtime hooks: getAnalogOutputSignal, getLightBlock, getMenuProvider, hasAnalogOutputSignal, newBlockEntity, onRemove, useWithoutItem
  • NeoForge menu integration: SculkicTinkererMenu
  • NeoForge block entities: SculkicTinkererBlockEntity
  • NeoForge comparator output: enabled.
  • NeoForge content drop on break: enabled.
  • NeoForge constructor properties: sound(SoundType.GRAVEL), strength(1f, 10f)
  • Fabric symbol: SCULKIC_TINKERER
  • Fabric registry properties: sound(BlockSoundGroup.GRAVEL), strength(1f, 10f)
  • Fabric block item registration: enabled.
  • Fabric block class: SculkicTinkererBlock (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/block/SculkicTinkererBlock.java).
  • Fabric class inheritance: extends Block; implements BlockEntityProvider.
  • Fabric block entities: SimpleBlockEntity
  • NeoForge: SCULKIC_TINKERER (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyModBlocks.java)
  • Fabric: SCULKIC_TINKERER (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/ModBlocks.java)
  • Static parse indicates no unresolved issues.