Loot Conditions Biome - Tmtravlr/LootOverhaul GitHub Wiki
Property | Type | Description |
---|---|---|
biome | String or String List | The id of the biome. Must be the biome string id, NOT the biome name that appears in F3. |
Will pass if in one of these biomes. For a list of biomes, see config/Loot Overhaul/Useful Info/Biomes.txt
Example Usage: (only applies if in any vanilla beach or ocean biomes)
"conditions": [
{
"condition": "lootoverhaul:biome",
"biome": [
"minecraft:beaches",
"minecraft:stone_beach",
"minecraft:cold_beach",
"minecraft:ocean",
"minecraft:deep_ocean",
"minecraft:frozen_ocean"
]
}
]
Or use 'biome' with a single biome: (only applies in a forest biome)
"conditions": [
{
"condition": "lootoverhaul:biome",
"biome": "minecraft:forest"
}
]
No Previous | Back | Next - Biome Height |
---|