don't need mountain edge

This commit is contained in:
dags- 2020-06-25 19:47:45 +01:00
parent e37d6bce63
commit 44df3cb905
3 changed files with 3 additions and 5 deletions

View File

@ -199,7 +199,7 @@ public class BiomeHelper {
if (biome.getCategory() == Biome.Category.NETHER) { if (biome.getCategory() == Biome.Category.NETHER) {
return true; return true;
} }
if (biome == Biomes.MUSHROOM_FIELD_SHORE) { if (biome == Biomes.MUSHROOM_FIELD_SHORE || biome == Biomes.MOUNTAIN_EDGE) {
return true; return true;
} }
return !BiomeDictionary.getTypes(biome).contains(BiomeDictionary.Type.OVERWORLD); return !BiomeDictionary.getTypes(biome).contains(BiomeDictionary.Type.OVERWORLD);

View File

@ -2,8 +2,7 @@
"biomes": [ "biomes": [
"minecraft:plains", "minecraft:plains",
"minecraft:sunflower_plains", "minecraft:sunflower_plains",
"minecraft:mountains", "minecraft:mountains"
"minecraft:mountain_edge"
], ],
"stage": "VEGETAL_DECORATION", "stage": "VEGETAL_DECORATION",
"prepend": { "prepend": {

View File

@ -3,8 +3,7 @@
"minecraft:river", "minecraft:river",
"minecraft:plains", "minecraft:plains",
"minecraft:sunflower_plains", "minecraft:sunflower_plains",
"minecraft:mountains", "minecraft:mountains"
"minecraft:mountain_edge"
], ],
"match": [ "match": [
[ [