Added an azalea tree type

This commit is contained in:
Sollace 2021-08-20 22:22:45 +02:00
parent 121bcfb782
commit 320e279d27

View file

@ -0,0 +1,9 @@
{
"logs": [ "minecraft:oak_log", "minecraft:oak_wood" ],
"leaves": [ "minecraft:azalea_leaves", "minecraft:flowering_azalea_leaves" ],
"drops": [
{ "weight": 1, "item": "unicopia:sour_apple" },
{ "weight": 2, "item": "unicopia:green_apple" },
{ "weight": 3, "item": "minecraft:apple" }
]
}