Dimension Type Tags
dimension_type/soulspring_lamp_valid
dimension_type/soulspring_lamp_valid
Dimensions in this tag will allow the use of the soulspring lamp, like in the Nether.
// By default, this tag is empty
{
"replace": false,
"values": [
]
}
The following tags are added by Cold Sweat to the common tag list. They are empty by default, but are populated with all applicable dimension types when the game is launched. These tags can also be added to manually; though it is usually not necessary.
forge:has_ceiling
forge:has_ceiling
Denotes dimensions which have a bedrock roof, like the Nether.
forge:has_sky
forge:has_sky
Denotes dimensions which do not have a bedrock roof.
forge:natural
forge:natural
Denotes dimensions which are considered "natural". In Vanilla, only the Overworld is categorized this way.
forge:unnatural
forge:unnatural
Denotes dimensions which are considered "unnatural" (inverse of natural
).
forge:ultrawarm
forge:ultrawarm
Denotes dimensions that are extremely hot, like the Nether.
forge:has_skylight
forge:has_skylight
Denotes dimensions which have ambient light.
forge:overworld_like
forge:overworld_like
Denotes dimensions that are similar to the overworld. This is a combination of natural
, has_sky
, has_skylight
, and not ultrawarm
.
forge:has_raids
forge:has_raids
Denotes dimensions in which pillagers raids can occur.
forge:bed_works
forge:bed_works
Denotes dimensions in which a bed is usable without exploding.
forge:respawn_anchor_works
forge:respawn_anchor_works
Denotes dimensions in which a respawn anchor is usable without exploding.
forge:piglin_safe
forge:piglin_safe
Denotes dimensions in which piglins will not "zombify".
Last updated