Skip to content

Charged Nethersingularity

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

Charged Nethersingularity is a functional block with source-confirmed behavior. It runs scheduled logic ticks at interval(s) 1 ticks. Its runtime behavior is driven by procedures such as ChargedNethersingularityOnTickUpdateProcedure.

  • Role in the mod: Charged Nethersingularity is a progression block with behavior anchored in registry + runtime handler sources.
  • How this advances the player: No direct crafting recipe for this block was found in scanned JSON (TODO/VERIFY for loot/procedural acquisition). 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:charged_nethersingularity

  • TODO/VERIFY: no direct crafting recipe found for this block in scanned JSON.

Recipes that use sculkmancy:charged_nethersingularity 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
Charged Nethersingularity NeoForge texture
Fabric
Charged Nethersingularity Fabric texture
  • NeoForge texture source: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/blockstates/charged_nethersingularity.json
  • NeoForge texture file: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/textures/block/cahar.png
  • Fabric texture source: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/blockstates/charged_nethersingularity.json
  • Fabric texture file: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/textures/block/cahar.png
  • NeoForge symbol: CHARGED_NETHERSINGULARITY
  • NeoForge registry properties: TODO/VERIFY (settings declared indirectly or in block class).
  • NeoForge block class: ChargedNethersingularityBlock (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/block/ChargedNethersingularityBlock.java).
  • NeoForge class inheritance: extends Block.
  • NeoForge runtime hooks: getLightBlock, onPlace, tick
  • NeoForge linked procedures: ChargedNethersingularityOnTickUpdateProcedure
  • NeoForge scheduled tick intervals: 1
  • NeoForge constructor properties: sound(SoundType.GRAVEL), strength(1f, 10f)
  • Fabric symbol: CHARGED_NETHERSINGULARITY
  • Fabric registry properties: sound(BlockSoundGroup.GRAVEL), strength(1f, 10f)
  • Fabric block item registration: enabled.
  • Fabric block class: ChargedNethersingularityBlock (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/block/ChargedNethersingularityBlock.java).
  • Fabric class inheritance: extends Block.
  • Fabric linked procedures: ChargedNethersingularityOnTickUpdateProcedure
  • Fabric scheduled tick intervals: 1
  • NeoForge: CHARGED_NETHERSINGULARITY (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyModBlocks.java)
  • Fabric: CHARGED_NETHERSINGULARITY (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/ModBlocks.java)
  • Static parse indicates no unresolved issues.