From 39bf8a202acbf57a5f3312895653059f697d8c19 Mon Sep 17 00:00:00 2001 From: Daniel Mills Date: Sun, 19 Jan 2020 08:50:56 -0500 Subject: [PATCH] Redwood Forest --- biomes/redwood_forest.json | 4 ++-- biomes/redwood_forest_hills.json | 4 ++-- objects/tree/spruce/medium/flags.ifl | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 objects/tree/spruce/medium/flags.ifl 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