From 87c3c4bcbffcd802af0943923ca7b95d3b447a59 Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Tue, 22 Jun 2021 14:35:26 +0200 Subject: [PATCH] reorder savannah --- regions/savanna.json | 112 +++++++++++++++++++++---------------------- 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/regions/savanna.json b/regions/savanna.json index 25f15003..e7a8bfb6 100644 --- a/regions/savanna.json +++ b/regions/savanna.json @@ -1,39 +1,24 @@ { - "blockDrops": [ - { - "drops": [ - { - "minAmount": 1, - "type": "acacia_planks", - "maxAmount": 3 - }, - { - "type": "stripped_acacia_log", - "rarity": 12 - }, - { - "minAmount": 3, - "type": "stick", - "maxAmount": 5, - "rarity": 7 - } - ], - "blocks": [ - { - "block": "acacia_wood" - }, - { - "block": "acacia_log" - }, - { - "block": "stripped_acacia_wood" - }, - { - "block": "stripped_acacia_log" - } - ], - "replaceVanillaDrops": true - } + "name": "Savanna", + "landBiomes": [ + "hot-savanna", + "hot-dry-forest", + "hot-savanna", + "hot-savanna", + "hot-dry-forest", + "hot-savanna", + "hot-mountain", + "hot-savanna-plateau", + "hot-acacia-denmyre" + ], + "shoreBiomes": [ + "hot-savanna-beach-grass" + ], + "seaBiomes": [ + "temperate-river" + ], + "caveBiomes": [ + "temperate-old-cavern" ], "riverStyle": { "style": "VASCULAR", @@ -54,21 +39,7 @@ "rarity": 650 } ], - "landBiomes": [ - "hot-savanna", - "hot-dry-forest", - "hot-savanna", - "hot-savanna", - "hot-dry-forest", - "hot-savanna", - "hot-mountain", - "hot-savanna-plateau", - "hot-acacia-denmyre" - ], "biomeImplosionRatio": 0.25, - "seaBiomes": [ - "temperate-river" - ], "deposits": [ { "minHeight": 25, @@ -128,9 +99,6 @@ "varience": 4 } ], - "caveBiomes": [ - "temperate-old-cavern" - ], "landBiomeZoom": 1.25, "effects": [ { @@ -153,10 +121,6 @@ } ], "shoreHeightMin": 3.2, - "shoreBiomes": [ - "hot-savanna-beach-grass" - ], - "name": "Savanna", "shoreHeightMax": 6.2, "loot": { "tables": [ @@ -165,5 +129,41 @@ ] }, "shoreHeightZoom": 1.14, + "blockDrops": [ + { + "drops": [ + { + "minAmount": 1, + "type": "acacia_planks", + "maxAmount": 3 + }, + { + "type": "stripped_acacia_log", + "rarity": 12 + }, + { + "minAmount": 3, + "type": "stick", + "maxAmount": 5, + "rarity": 7 + } + ], + "blocks": [ + { + "block": "acacia_wood" + }, + { + "block": "acacia_log" + }, + { + "block": "stripped_acacia_wood" + }, + { + "block": "stripped_acacia_log" + } + ], + "replaceVanillaDrops": true + } + ], "rarity": 6 } \ No newline at end of file