dimension-wide biome tags

This commit is contained in:
Pyritie 2025-09-27 17:17:42 +01:00
parent 48dd0f15a1
commit 7785f88940
3 changed files with 59 additions and 8 deletions

View file

@ -1163,4 +1163,37 @@ global.TFC_EQUIPMENT_METALS = /** @type {const} */ ([
"black_steel",
"red_steel",
"blue_steel"
]);
]);
global.TFC_BIOMES = /** @type {const} */ ([
'tfc:badlands',
'tfc:canyons',
'tfc:deep_ocean',
'tfc:deep_ocean_trench',
'tfc:highlands',
'tfc:hills',
'tfc:inverted_badlands',
'tfc:lake',
'tfc:low_canyons',
'tfc:lowlands',
'tfc:mountain_lake',
'tfc:mountains',
'tfc:ocean',
'tfc:ocean_reef',
'tfc:oceanic_mountain_lake',
'tfc:oceanic_mountains',
'tfc:old_mountain_lake',
'tfc:old_mountains',
'tfc:plains',
'tfc:plateau',
'tfc:plateau_lake',
'tfc:river',
'tfc:rolling_hills',
'tfc:salt_marsh',
'tfc:shore',
'tfc:tidal_flats',
'tfc:volcanic_mountain_lake',
'tfc:volcanic_mountains',
'tfc:volcanic_oceanic_mountain_lake',
'tfc:volcanic_oceanic_mountains'
])