Voxel Shop beta is live. Expect occasional bugs. Learn more
Transform Your World With Custom Trees
✨ New Features
🔧 Fixes & Changes
📁 Config Structure
New:
- Pale Oak & Pale Oak Creaking Support Pale Oak saplings and Pale Oak Creaking
- Growth Options: You can now control how each tree type grows directly in your schematic config entries via a new growth-options block:
growth-options:
bonemeal-items: [BONE_MEAL] # which items can bonemeal this sapling
natural-growth: true # can this sapling grow on its own over time? minimum-age: 1 # minutes planted before it can grow (optional)
Improved:
- Updated compatibility range to 1.21.11
- Fixed several 2x2 sapling bugs
- Improved database handling
- Debug mode is now off by default.
Report any bugs to discord and thank you for your continued support ♡
Overhauled the schematic config section to allow for individual settings
+ Multiple schematics per config.
+ Multiple saplings per schematic.
e.g [OAK, nexo:custom_sapling, ia:sproutgarden:custom_sapling]
+ New parameters: weight, rotation, and offset.
Global rotation has been removed and rotation is now set per schematic.
Weight can be used to define priority that a schematic is chosen (height weight, more likely to be chosen).
Offset allows you to choose either + or - distances in blocks to move the schematic when it is grown. If sapling centering is enabled, the offset occurs after the centering
+ testplace command
A simple admin command that just places the specified schematic in front of you (6 blocks). Uses any settings defined in the entry (e.g rotation, offset)
+ Nonstandard 2x2 saplings
You can now make 2x2 trees for any saplings, not just jungle or dark_oak! Using 2x2: true now means that the specified schematic will only grow from a 2x2 grid of that sapling.
Please report any bugs in the discord!
*reupload to add a feature*
Added:
Please report any bugs to the discord!
*Reupload - fixed a config issue