diff --git a/biomes/ice_forest.json b/biomes/ice_forest.json index 1e1903e8..beb8e143 100644 --- a/biomes/ice_forest.json +++ b/biomes/ice_forest.json @@ -15,6 +15,7 @@ "tree/spruce/small=3.7", "tree/spruce/dead/medium=0.01", "tree/evergreen/large=0.17", - "tree/evergreen/medium=0.22" + "tree/evergreen/medium=0.22", + "mushroom/ice=0.03" ] } \ No newline at end of file diff --git a/biomes/ice_mountains.json b/biomes/ice_mountains.json index ff8e645d..0a49993f 100644 --- a/biomes/ice_mountains.json +++ b/biomes/ice_mountains.json @@ -22,6 +22,7 @@ "tree/spruce/small=1.7", "tree/spruce/dead/medium=0.01", "tree/evergreen/large=0.07", - "tree/evergreen/medium=0.37" + "tree/evergreen/medium=0.37", + "mushroom/ice=0.03" ] } \ No newline at end of file diff --git a/biomes/mushroom_island.json b/biomes/mushroom_island.json index db0f259e..c08192be 100644 --- a/biomes/mushroom_island.json +++ b/biomes/mushroom_island.json @@ -6,6 +6,9 @@ "MYCEL" ], "objects":[ - "mushroom/red=0.23" + "mushroom/red=0.23", + "mushroom/black=0.23", + "mushroom/purple=0.23", + "mushroom/greay=0.23" ] } \ No newline at end of file