Skip to content

CraftTweaker: Dimensions

Felix Lundquist edited this page Aug 14, 2025 · 1 revision

There are multiple dimension-related things you can do through the integration as well.

Adding Gateway Key overrides

mods.abyssalcraft.GatewayKey.addOverride(<dimId>, <type>);

Where: dimId and type are Integers, first one representing the ID of the dimension you want to add an override for, and the second represents which portal to create (0 = The Abyssal Wasteland, 1 = The Dreadlands, 2 = Omothol).

Example: mods.abyssalcraft.GatewayKey.addOverride(10, 2);

This adds a Gateway Key override for The Beneath (default dim ID for this dimension is 10), allowing you to place Omothol portals in there.

Clone this wiki locally