Built-in Variants
23
Minecraft 1.21.1 - NeoForge
OreTrees adds ore-themed tree variants that grow into logs, leaves, and saplings carrying a tree type. Harvest acorns and resin, then craft raw resources from them.
Built-in Variants
23
Core Blocks
3
Variant Items
69
RAR
ARA
RAR
Uses a variant's resin (R) and acorn (A) to craft that variant's amber.
ARA
RAR
ARA
Uses the same resin/acorn pair to craft the output item (raw ore, gem, or block).
| Source | Expected Drops |
|---|---|
| Leaves (broken or decayed) | Sapling 5%, Resin 2%, Acorn 5% |
| Log block | 1-3 resin (+ Fortune bonus count) |
| Botany Pots crop loot table | 2-4 logs, Resin 65%, Acorn 35%, Sapling 20% |
Browse all built-in tree variants and their ore-output recipe result.
Up to 256 custom tree definitions can be loaded from the common config. Each entry must follow:
key|Display Name|color|configured_feature_id.
# oretrees-common.toml
customTrees = [
"ruby|Ruby|#FFB10F2E|oretrees:ruby_tree",
"sapphire|Sapphire|0xFF1B54D1|oretrees:sapphire_tree"
]
Custom trees register custom sapling/log/leaves variants and custom grower mappings. Built-in resin/acorn/amber item registrations are only generated for built-in enum variants.
21.1.x on Minecraft 1.21.1.data/oretrees/recipe/botany_trees.