Minecraft 1.21.1 - NeoForge

OreTrees Documentation

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

Quick Start

  1. Collect or place an OreTrees sapling variant.
  2. Grow and harvest trees for resin and acorns.
  3. Craft amber (5 resin + 4 acorns) or direct ore output (4 resin + 5 acorns).
  4. Use JEI to browse per-variant recipes and outputs.

Crafting Loop

Amber Recipe

RAR
ARA
RAR

Uses a variant's resin (R) and acorn (A) to craft that variant's amber.

Ore Output Recipe

ARA
RAR
ARA

Uses the same resin/acorn pair to craft the output item (raw ore, gem, or block).

Drop Rates

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%

Variant Catalog

Browse all built-in tree variants and their ore-output recipe result.

Custom Trees Config

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.

Compatibility Notes