Added tree types for the cherry and mango trees

This commit is contained in:
Sollace 2023-09-11 21:15:23 +01:00
parent 48b3e1a34c
commit 53942011c4
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{
"logs": [ "minecraft:cherry_log", "minecraft:cherry_wood" ],
"leaves": [ "minecraft:cherry_leaves" ],
"rarity": 7,
"drops": [
{ "weight": 1, "item": "minecraft:pink_petals" }
]
}

View file

@ -0,0 +1,6 @@
{
"logs": [ "minecraft:jungle_log", "minecraft:jungle_wood" ],
"leaves": [ "unicopia:mango_leaves" ],
"wideTrunk": false,
"drops": []
}