9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00
This commit is contained in:
Daniel Mills
2020-08-26 17:56:37 -04:00
parent 98004dc953
commit b891d5384e

View File

@@ -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"
],