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/biomes/taiga_cold.json b/biomes/taiga_cold.json index 32ffbbc7..dbb76bbc 100644 --- a/biomes/taiga_cold.json +++ b/biomes/taiga_cold.json @@ -9,7 +9,8 @@ "LONG_GRASS:2=0.04" ], "objects": [ - + "tree/evergreen/large=0.15", + "tree/evergreen/medium=0.21" ] } diff --git a/biomes/taiga_cold_hills.json b/biomes/taiga_cold_hills.json index 779f8c07..6c2f92e8 100644 --- a/biomes/taiga_cold_hills.json +++ b/biomes/taiga_cold_hills.json @@ -11,6 +11,7 @@ "LONG_GRASS:2=0.04" ], "objects": [ - + "tree/evergreen/large=0.15", + "tree/evergreen/medium=0.21" ] } \ No newline at end of file diff --git a/objects/tree/evergreen/large/flags.ifl b/objects/tree/evergreen/large/flags.ifl index 519449bf..d0f694a0 100644 --- a/objects/tree/evergreen/large/flags.ifl +++ b/objects/tree/evergreen/large/flags.ifl @@ -1 +1,2 @@ +priority 100 sink 2 \ No newline at end of file diff --git a/objects/tree/evergreen/medium/flags.ifl b/objects/tree/evergreen/medium/flags.ifl new file mode 100644 index 00000000..93667da8 --- /dev/null +++ b/objects/tree/evergreen/medium/flags.ifl @@ -0,0 +1 @@ +sink 1 \ 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