From 3a03d323a9889892d5b67fe70548685403c29fac Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Thu, 12 Aug 2021 22:04:57 +0200 Subject: [PATCH] beez nuts --- biomes/temperate/birch-forest.json | 9 ++++++++- biomes/temperate/birch-thin.json | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/biomes/temperate/birch-forest.json b/biomes/temperate/birch-forest.json index fd22d015..4eff3651 100644 --- a/biomes/temperate/birch-forest.json +++ b/biomes/temperate/birch-forest.json @@ -159,7 +159,14 @@ "trees/birch/antioch4b", "trees/birch/antioch5b", "trees/birch/antioch6b" - ] + ], + "addFeatures": [{ + "rarity": 1, + "zone": { + "blockRadius": 8, + "entitySpawners": ["hives"] + } + }] }, { "chance": 0.008, diff --git a/biomes/temperate/birch-thin.json b/biomes/temperate/birch-thin.json index d011509d..d5091787 100644 --- a/biomes/temperate/birch-thin.json +++ b/biomes/temperate/birch-thin.json @@ -129,7 +129,14 @@ "trees/birch/antioch4b", "trees/birch/antioch5b", "trees/birch/antioch6b" - ] + ], + "addFeatures": [{ + "rarity": 1, + "zone": { + "blockRadius": 8, + "entitySpawners": ["hives"] + } + }] }, { "chance": 0.008,