πDrop Tables
Learn how you can create custom drops for your Foliage blocks.
What Are Drop Tables?
Configuration
Basic Structure
drop-tables:
table_name:
drops:
drop_id:
material: MATERIAL_NAME
amount: 1-3
chance: 0.5
fortune-affected: trueLinking Drop Tables to Blocks
custom_leaves:
my_custom_leaves:
# ... other block settings ...
drops: "table_name" # References a table in drops.ymlDrop Configuration Options
Setting
Description
Example
Examples
Simple Drop Table
Custom Item Drops
How It Works
Tips for Balanced Drop Tables
Troubleshooting
Last updated