Skip to content

Sculkic Detector

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

Sculkic Detector is a functional block with source-confirmed behavior. It runs scheduled logic ticks at interval(s) 2 ticks. Redstone signal behavior is implemented in the block class. Its runtime behavior is driven by procedures such as SculkicDetectorEmittedRedstonePowerProcedure, SculkicDetectorOnTickUpdateProcedure.

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

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

Recipes that use sculkmancy:sculkic_detector 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 Detector NeoForge texture
Fabric
Sculkic Detector Fabric texture
  • NeoForge texture source: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/blockstates/sculkic_detector.json
  • NeoForge texture file: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/textures/block/cahar2.png
  • Fabric texture source: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/blockstates/sculkic_detector.json
  • Fabric texture file: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/textures/block/cahar2.png
  • NeoForge symbol: SCULKIC_DETECTOR
  • NeoForge registry properties: TODO/VERIFY (settings declared indirectly or in block class).
  • NeoForge block class: SculkicDetectorBlock (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/block/SculkicDetectorBlock.java).
  • NeoForge class inheritance: extends SlabBlock.
  • NeoForge runtime hooks: appendHoverText, canConnectRedstone, getLightBlock, getSignal, isSignalSource, onPlace, tick
  • NeoForge linked procedures: SculkicDetectorEmittedRedstonePowerProcedure, SculkicDetectorOnTickUpdateProcedure
  • NeoForge scheduled tick intervals: 2
  • NeoForge redstone signal hooks: present.
  • NeoForge constructor properties: sound(SoundType.ANVIL), strength(1f, 10f)
  • Fabric symbol: SCULKIC_DETECTOR
  • Fabric registry properties: sound(BlockSoundGroup.ANVIL), strength(1f, 10f)
  • Fabric block item registration: enabled.
  • Fabric block class: SculkicDetectorBlock (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/block/SculkicDetectorBlock.java).
  • Fabric class inheritance: extends SlabBlock.
  • Fabric linked procedures: SculkicDetectorEmittedRedstonePowerProcedure, SculkicDetectorOnTickUpdateProcedure
  • Fabric scheduled tick intervals: 2
  • NeoForge: SCULKIC_DETECTOR (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyModBlocks.java)
  • Fabric: SCULKIC_DETECTOR (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/ModBlocks.java)
  • Static parse indicates no unresolved issues.