From 2670a41545d45ab497f259382ba2987a29268376 Mon Sep 17 00:00:00 2001 From: Brian Fopiano Date: Wed, 8 Jan 2020 11:16:16 -0800 Subject: [PATCH] integrated birch --- src/main/resources/pack/biomes/forest_birch.json | 1 + src/main/resources/pack/biomes/forest_birch_hills.json | 1 + 2 files changed, 2 insertions(+) diff --git a/src/main/resources/pack/biomes/forest_birch.json b/src/main/resources/pack/biomes/forest_birch.json index a57537ad1..38047e9b5 100644 --- a/src/main/resources/pack/biomes/forest_birch.json +++ b/src/main/resources/pack/biomes/forest_birch.json @@ -7,6 +7,7 @@ ], "objects": [ "tree/birch/medium=0.33", + "tree/birch/large=0.43", "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 2e7b22ce9..ff11a70a4 100644 --- a/src/main/resources/pack/biomes/forest_birch_hills.json +++ b/src/main/resources/pack/biomes/forest_birch_hills.json @@ -7,6 +7,7 @@ ], "objects": [ "tree/birch/medium=0.33", + "tree/birch/large=0.43", "tree/birch/small=2.2" ] } \ No newline at end of file