Skip to content

Cringe Dimension Portal

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

Cringe Dimension Portal is a functional block with source-confirmed behavior. It handles entity/world transitions and contains explicit teleport/portal logic.

  • Role in the mod: Cringe Dimension Portal acts as a dimension transition block for Cringe Dimension routing.
  • 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: It unlocks access to dimension-specific gameplay routes and related resources (TODO/VERIFY in-game gating).
  • 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:cringe_dimension_portal

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

Recipes that use sculkmancy:cringe_dimension_portal 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
Cringe Dimension Portal NeoForge texture
Fabric
Cringe Dimension Portal Fabric texture
  • NeoForge texture source: /home/julianvanmoorst/Documents/sculkmancy/src/main/resources/assets/sculkmancy/blockstates/cringe_dimension_portal.json
  • NeoForge texture file: /home/julianvanmoorst/Documents/sculkmancy.com/.cache/minecraft-textures/block/sculk.png
  • Fabric texture source: /home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/resources/assets/sculkmancy/blockstates/cringe_dimension_portal.json
  • Fabric texture file: /home/julianvanmoorst/Documents/sculkmancy.com/.cache/minecraft-textures/block/sculk.png
  • NeoForge symbol: CRINGE_DIMENSION_PORTAL
  • NeoForge registry properties: TODO/VERIFY (settings declared indirectly or in block class).
  • NeoForge block class: CringeDimensionPortalBlock (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/block/CringeDimensionPortalBlock.java).
  • NeoForge class inheritance: extends NetherPortalBlock.
  • NeoForge runtime hooks: animateTick, getPortalDestination, randomTick, updateShape
  • NeoForge teleport/portal behavior: present.
  • NeoForge constructor properties: dropsNothing, light(s -> 0), noCollision, piston(PushReaction.BLOCK), randomTicks, sound(SoundType.GLASS), strength(-1.0F)
  • Fabric symbol: CRINGE_DIMENSION_PORTAL
  • Fabric registry properties: dropsNothing, noCollision, nonOpaque/noOcclusion, sound(BlockSoundGroup.GLASS), strength(-1.0f)
  • Fabric block item registration: disabled.
  • Fabric block class: CringeDimensionPortalBlock (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/block/CringeDimensionPortalBlock.java).
  • Fabric class inheritance: extends Block.
  • Fabric runtime hooks: getRenderType, onEntityCollision
  • Fabric teleport/portal behavior: present.
  • NeoForge: CRINGE_DIMENSION_PORTAL (/home/julianvanmoorst/Documents/sculkmancy/src/main/java/net/mcreator/sculkmancy/init/SculkmancyModBlocks.java)
  • Fabric: CRINGE_DIMENSION_PORTAL (/home/julianvanmoorst/Documents/sculkmancy-fabric-poc/src/main/java/net/mcreator/sculkmancy/ModBlocks.java)
  • Static parse indicates no unresolved issues.