Skip to content

Creative Subsonic Transformer

  • Registry ID: sculkmancy:creative_subsonic_transformer
  • Loader status: neoforge-only

Creative Subsonic Transformer is a functional block with source-confirmed behavior. State and inventory are backed by block entities (CreativeSubsonicTransformerBlockEntity). Comparator output is implemented and reflects internal container/state data. Breaking/replacing the block drops stored contents.

  • Role in the mod: It belongs to the machine/energy stack and supports automation-oriented systems.
  • 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:creative_subsonic_transformer

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

Recipes that use sculkmancy:creative_subsonic_transformer 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
Creative Subsonic Transformer NeoForge texture
FabricTODO/VERIFY: texture not resolved.
  • NeoForge texture source: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/blockstates/creative_subsonic_transformer.json
  • NeoForge texture file: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/textures/block/creative.png
  • Fabric texture: TODO/VERIFY not resolved from scanned assets.
  • NeoForge symbol: CREATIVE_SUBSONIC_TRANSFORMER
  • NeoForge registry properties: TODO/VERIFY (settings declared indirectly or in block class).
  • NeoForge block class: CreativeSubsonicTransformerBlock (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/block/CreativeSubsonicTransformerBlock.java).
  • NeoForge class inheritance: extends Block; implements EntityBlock.
  • NeoForge runtime hooks: getAnalogOutputSignal, getLightBlock, getMenuProvider, hasAnalogOutputSignal, newBlockEntity, onRemove
  • NeoForge block entities: CreativeSubsonicTransformerBlockEntity
  • NeoForge comparator output: enabled.
  • NeoForge content drop on break: enabled.
  • NeoForge constructor properties: piston(PushReaction.BLOCK), sound(SoundType.GRAVEL), strength(1f, 100f)
  • NeoForge: CREATIVE_SUBSONIC_TRANSFORMER (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyModBlocks.java)
  • Fabric: TODO/VERIFY not present in scanned registry snapshot.
  • TODO/VERIFY: exists in only one loader registry snapshot.