CurseForge · Minecraft mod
Resources Trees
Resources Trees provide you a new way to generate resources such as iron, gold, and diamond.
Quick answer
Which Resources Trees release should I use?
Resources Trees resourcestrees-26.2.0.2+26.2-fabric targets 26.2 with Fabric. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Resources Trees required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Resources Trees resourcestrees-26.2.0.2+26.2-fabric need?
resourcestrees-26.2.0.2+26.2-fabric. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Resources Trees without breaking your instance.
Built for Resources Trees resourcestrees-26.2.0.2+26.2-fabric. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use resourcestrees-26.2.0.2+26.2-fabric. It targets 26.2 with Fabric; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside resourcestrees-26.2.0.2+26.2-fabric. It opens that exact file at the source.
About this project
What does Resources Trees add?
🌳 ResourcesTrees
Grow your resources — no mining required.
ResourcesTrees adds resource-producing trees to Minecraft. Plant specialized saplings, tend your farm, and harvest valuable materials — from iron and diamonds to mob drops, essences, and more. Every combination of a resource type and a tree shape generates its own unique sapling, leaves, and leaf fragments.
⚡ Features
- 🌱 47+ Resource Types — Iron, diamond, netherite, coal, gold, sculk, mob essences, dyes, and many more.
- 🌲 8 Tree Shapes — Oak, Spruce, Birch, Jungle, Acacia, Dark Oak, Cherry, and Pale Oak. Each resource type grows as every tree shape.
- 🛠 Fully Config-Driven — Add your own custom resource types and tree types by dropping JSON files into the config folder. No datapacks or coding required.
- 🪓 Tree Simulator — Automate resource production without planting trees in the world. Insert a sapling and an axe, and let it run.
- 🧩 Plugin API — Mod developers can register custom resource types and tree types in code via the
IResourcesTreesPlugininterface. - 🌍 Seamless Integration — Works in vanilla survival, modpacks, and skyblock-style worlds.
📖 How It Works
- Craft a resource sapling — surround a vanilla sapling with the resource material in a
+pattern at a crafting table. - Plant it on grass or dirt, just like a normal sapling.
- Let it grow — it uses the vanilla tree structure for its tree type.
- Break the leaves to collect Leaf Fragments and occasionally a new sapling.
- Craft leaf fragments back into raw resources using shaped recipes.
- (Optional) Use the Tree Simulator to automate the whole process with no trees needed.
🪓 Tree Simulator
The Tree Simulator block automates resource production. Place a resource sapling in the input slot and an axe in the axe slot — it will produce resources on a timer. The axe type determines the speed multiplier:
| Axe | Speed Multiplier |
|---|---|
| Wooden | 1× |
| Stone | 2× |
| Iron | 3× |
| Diamond | 4× |
| Netherite | 5× |
| Golden | 6× |
Axe speed values are fully configurable in config/resourcestrees/axe.json.
🧩 For Modpack Makers — Custom Types
Drop JSON files into your config folder to register new resource types or tree types — no code required.
config/resourcestrees/resources_type/ruby.json
{
"name": "ruby",
"material": "minecraft:redstone",
"color": -3342336,
"saplingDropChance": 0.1,
"leafDropChance": 0.2,
"treeSimulatorTicks": 1400
}
config/resourcestrees/tree_type/oak.json
{
"name": "oak",
"treeGrowerName": "oak",
"saplingTexture": "minecraft:block/oak_sapling",
"leavesTexture": "minecraft:block/oak_leaves",
"originalSapling": "minecraft:oak_sapling",
"originalLeaves": "minecraft:oak_leaves",
"log": "minecraft:oak_log"
}
🔧 For Mod Developers — Plugin API
Implement IResourcesTreesPlugin and register it via ServiceLoader to add resource types and tree types in code.
public class MyPlugin implements IResourcesTreesPlugin {
@Override
public void registerResourcesType(IResourcesTypeRegistry registry) {
registry.register(new ResourcesType.Builder("ruby", Items.REDSTONE, 0xFFCC0000)
.saplingDropChance(0.1f)
.leafDropChance(0.2f)
.treeSimulatorTicks(1400));
}
}
⚠️ The Plugin API is experimental. Use config files for stability.
🔗 Links
- 📚 Wiki: resourcestrees.coolerpromc.com
- 🐛 Issues & Suggestions: GitHub Issues
- 💻 Source Code: GitHub Repository
- 💬 Community & Support: Discord
Project description from CurseForge.
Pick your setup
Resources Trees by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.2
2 loader builds26.1.2
2 loader builds26.1.1
2 loader builds26.1-snapshot-7
2 loader builds26.1-snapshot-4
2 loader builds26.1-snapshot-3
1 loader build26.1-snapshot
2 loader builds26.1
2 loader builds1.21.11
3 loader builds1.21.10
3 loader builds1.21.1
2 loader buildsShowing the newest 12 of 13 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Resources Trees versions and loaders
resourcestrees-26.2.0.2+26.2-fabric
resourcestrees-fabric-26.2-26.2.0.2.jar
8 Sept 2026
resourcestrees-26.2.0.2+26.2-neoforge
resourcestrees-neoforge-26.2-26.2.0.2.jar
8 Sept 2026
26.1.2.203
resourcestrees-fabric-26.1.2-26.1.2.203.jar
8 Sept 2026
26.1.2.203
resourcestrees-neoforge-26.1.2-26.1.2.203.jar
8 Sept 2026
resourcestrees-1.8.0+mc1.21.1-neoforge
resourcestrees-1.8.0+mc1.21.1-neoforge.jar
8 Sept 2026
resourcestrees-26.2.0.1+26.2-neoforge
resourcestrees-neoforge-26.2-26.2.0.1.jar
9 Jul 2026
resourcestrees-26.2.0.1+26.2-fabric
resourcestrees-fabric-26.2-26.2.0.1.jar
9 Jul 2026
resourcestrees-26.1.2.202+26.1.2-fabric
resourcestrees-fabric-26.1.2-26.1.2.202.jar
9 Jul 2026
resourcestrees-26.1.2.202+26.1.2-neoforge
resourcestrees-neoforge-26.1.2-26.1.2.202.jar
9 Jul 2026
[26.3-snapshot-1] resourcestrees-26.3.0+snapshot-1 Fabric
resourcestrees-fabric-26.3-snapshot-1-26.3.0+snapshot-1.jar
24 Jun 2026
[26.3-snapshot-1] resourcestrees-26.3.0+snapshot-1 NeoForge
resourcestrees-neoforge-26.3-snapshot-1-26.3.0+snapshot-1.jar
24 Jun 2026
resourcestrees-26.2.0+26.2-fabric
resourcestrees-fabric-26.2-26.2.0.jar
17 Jun 2026
Looking for an older file? The official CurseForge project page is in Resources.