don't need mountain edge
This commit is contained in:
parent
e37d6bce63
commit
44df3cb905
@ -199,7 +199,7 @@ public class BiomeHelper {
|
||||
if (biome.getCategory() == Biome.Category.NETHER) {
|
||||
return true;
|
||||
}
|
||||
if (biome == Biomes.MUSHROOM_FIELD_SHORE) {
|
||||
if (biome == Biomes.MUSHROOM_FIELD_SHORE || biome == Biomes.MOUNTAIN_EDGE) {
|
||||
return true;
|
||||
}
|
||||
return !BiomeDictionary.getTypes(biome).contains(BiomeDictionary.Type.OVERWORLD);
|
||||
|
@ -2,8 +2,7 @@
|
||||
"biomes": [
|
||||
"minecraft:plains",
|
||||
"minecraft:sunflower_plains",
|
||||
"minecraft:mountains",
|
||||
"minecraft:mountain_edge"
|
||||
"minecraft:mountains"
|
||||
],
|
||||
"stage": "VEGETAL_DECORATION",
|
||||
"prepend": {
|
||||
|
@ -3,8 +3,7 @@
|
||||
"minecraft:river",
|
||||
"minecraft:plains",
|
||||
"minecraft:sunflower_plains",
|
||||
"minecraft:mountains",
|
||||
"minecraft:mountain_edge"
|
||||
"minecraft:mountains"
|
||||
],
|
||||
"match": [
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user