πSaplings
Learn how to create custom saplings with Foliage.
How does it work?
Default Example
custom_saplings:
maple_sapling: #Example using ItemsAdder integration
item:
itemsadder: custom_blocks:maple_sapling
block:
base_material: OAK_SAPLING
stage: 0
growth:
chance: 15
schematics:
- "maple_tree1.schem"
- "maple_tree2.schem"
random_rotation: true
min_light: 9
allow_bonemeal: true
required_blocks:
- "GRASS_BLOCK"
- "DIRT"
- "PODZOL"
required_height: 7
space_check:
enabled: true
radius: 2
height: 5
drops: "maple_sapling" #Use the name from drops.yml
fir_sapling: #Example using Nexo integration
item:
nexo: fir_sapling
block:
base_material: OAK_SAPLING
stage: 0
growth:
chance: 10
schematics:
- "fir_tree.schem"
random_rotation: true
drops: "fir_sapling"Creating Custom Saplings
1. Custom Item Creation
2. Hook Your Item
3. Configure Block Properties
4. Add Custom Sounds (Optional)
5. Create a Drop Table
πDrop Tables6. Connect the Drop Table
7. Reload the Plugin
8. Get the Block
Important Notes
Last updated