mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-21 12:24:22 +01:00
Added tree types for the cherry and mango trees
This commit is contained in:
parent
48b3e1a34c
commit
53942011c4
2 changed files with 14 additions and 0 deletions
8
src/main/resources/data/unicopia/tree_types/cherry.json
Normal file
8
src/main/resources/data/unicopia/tree_types/cherry.json
Normal 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" }
|
||||||
|
]
|
||||||
|
}
|
6
src/main/resources/data/unicopia/tree_types/mango.json
Normal file
6
src/main/resources/data/unicopia/tree_types/mango.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"logs": [ "minecraft:jungle_log", "minecraft:jungle_wood" ],
|
||||||
|
"leaves": [ "unicopia:mango_leaves" ],
|
||||||
|
"wideTrunk": false,
|
||||||
|
"drops": []
|
||||||
|
}
|
Loading…
Reference in a new issue