mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-07 22:16:44 +01:00
Added an azalea tree type
This commit is contained in:
parent
121bcfb782
commit
320e279d27
1 changed files with 9 additions and 0 deletions
9
src/main/resources/data/unicopia/tree_types/azalea.json
Normal file
9
src/main/resources/data/unicopia/tree_types/azalea.json
Normal 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" }
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue