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) {
|
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);
|
||||||
|
@ -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": {
|
||||||
|
@ -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": [
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user