diff --git a/biomes/redwood_forest.json b/biomes/redwood_forest.json index e2aab162..d2af6747 100644 --- a/biomes/redwood_forest.json +++ b/biomes/redwood_forest.json @@ -15,7 +15,7 @@ "LONG_GRASS:2=0.07" ], "objects": [ - "tree/spruce/medium=0.8", - "tree/spruce/small=2.2" + "tree/spruce/medium=2.1", + "tree/spruce/small=1.5" ] } \ No newline at end of file diff --git a/biomes/redwood_forest_hills.json b/biomes/redwood_forest_hills.json index 8a3a5ec4..d9230438 100644 --- a/biomes/redwood_forest_hills.json +++ b/biomes/redwood_forest_hills.json @@ -17,7 +17,7 @@ "LONG_GRASS:2=0.07" ], "objects": [ - "tree/spruce/medium=0.8", - "tree/spruce/small=2.2" + "tree/spruce/medium=2.1", + "tree/spruce/small=1.5" ] } \ No newline at end of file diff --git a/objects/tree/spruce/medium/flags.ifl b/objects/tree/spruce/medium/flags.ifl new file mode 100644 index 00000000..1601289d --- /dev/null +++ b/objects/tree/spruce/medium/flags.ifl @@ -0,0 +1 @@ +priority 100 \ No newline at end of file