in retrospect I think that's a dangerous tag
This commit is contained in:
parent
32447550ba
commit
9d9b2753db
2 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ function registerCreatePickyWheelsBiomeTags(event) {
|
|||
event.add('createpickywheels:waterwheels_whitelist', '#tfc:is_ocean')
|
||||
event.add('createpickywheels:waterwheels_whitelist', '#tfg:mars_biomes')
|
||||
|
||||
event.add('createpickywheels:windmills_whitelist', '#tfg:overworld_biomes')
|
||||
event.add('createpickywheels:windmills_whitelist', '#tfg:nether_biomes')
|
||||
event.add('createpickywheels:windmills_whitelist', '#tfg:mars_biomes')
|
||||
}
|
||||
|
|
@ -622,7 +622,7 @@ function registerTFCBiomeTags(event) {
|
|||
event.add("tfc:kaolin_clay_spawns_in", "tfc:rolling_hills");
|
||||
|
||||
global.TFC_BIOMES.forEach(biome => {
|
||||
event.add('minecraft:is_overworld', biome);
|
||||
event.add('tfg:overworld_biomes', biome);
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue