diff --git a/overworld/regions/hot.json b/overworld/regions/hot.json index 56257dbe..59fe70e6 100644 --- a/overworld/regions/hot.json +++ b/overworld/regions/hot.json @@ -17,6 +17,34 @@ "hot-mesa-yellow", "hot-volcanic" ], + "blockDrops": [ + { + "blocks": [ + "ACACIA_WOOD", + "ACACIA_LOG", + "STRIPPED_ACACIA_WOOD", + "STRIPPED_ACACIA_LOG" + ], + "replaceVanillaDrops": true, + "drops": [ + { + "type": "ACACIA_PLANKS", + "maxAmount": 3, + "minAmount": 1 + }, + { + "type": "STRIPPED_ACACIA_LOG", + "rarity": 12 + }, + { + "type": "STICK", + "maxAmount": 5, + "minAmount": 3, + "rarity": 7 + } + ] + } + ], "seaBiomes": [ "hot-ocean" ],