Changelog:
- Rewrote some internals for performance improvements
- You can now define multiple sapling schematics for a single sapling (see below)
- Made the leaves on the default `muschpeach_cherrytree.schem` persistent
- Added configuration option to stop leaf decay globally
Code (YAML):
randomtree:
material
: OAK_SAPLING
name
: '&
#a8ff92&lRandom Tree &#E2E2E2Sapling'
lore
:
['&7This is one big tree!'
]
rarity-box
: rare
schematic
:
# You can define multiple schematics for a single sapling! When placed, a random schematic will be chosen.
- 'bigtree.schem'
- 'maple_tree.schem'
- 'gray_tree.schem'
- 'mushpeach_cherrytree.schem'
Enjoy!