From 0d533a71b617163e6d43be8a4fea2b363d540d75 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Wed, 8 Jan 2020 11:49:47 -0800 Subject: [PATCH] Fixing birch gen --- src/main/resources/pack/biomes/forest_birch.json | 2 +- src/main/resources/pack/biomes/forest_birch_hills.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/pack/biomes/forest_birch.json b/src/main/resources/pack/biomes/forest_birch.json index 38047e9b5..3c22854e4 100644 --- a/src/main/resources/pack/biomes/forest_birch.json +++ b/src/main/resources/pack/biomes/forest_birch.json @@ -7,7 +7,7 @@ ], "objects": [ "tree/birch/medium=0.33", - "tree/birch/large=0.43", + "tree/birch/large=0.42", "tree/birch/small=2.2" ] } \ No newline at end of file diff --git a/src/main/resources/pack/biomes/forest_birch_hills.json b/src/main/resources/pack/biomes/forest_birch_hills.json index ff11a70a4..25f9c31a6 100644 --- a/src/main/resources/pack/biomes/forest_birch_hills.json +++ b/src/main/resources/pack/biomes/forest_birch_hills.json @@ -7,7 +7,7 @@ ], "objects": [ "tree/birch/medium=0.33", - "tree/birch/large=0.43", + "tree/birch/large=0.42", "tree/birch/small=2.2" ] } \ No newline at end of file