Nostalgic Trees introduces unique resource trees, each producing a different item from dirt and stone to diamond and netherite. Players progress through tiers of trees by:
All recipes are visible in JEI. Saplings display their mutation progress via Jade tooltips.
- Mekanism: Osmium, Bronze, Steel, Refined Obsidian, Refined Glowstone, Tin, Lead, Uranium
- AE2: Sky Stone, Certus Quartz, Fluix Crystal
- Refined Storage: Quartz Enriched Iron, Quartz Enriched Copper
Open to requests to support more mods by default.
Mutation progress is shown in the Jade tooltip when looking at the sapling.
To process a resource tree, break the logs with a mallet in hand. This will give you the stripped log. Which can be turned into resource chunks.
Place a drying rack and right-click with a valid input to begin drying.
Drying recipes are visible in JEI.
Tool to make help make custom trees: https://nostalgic.am/treeconfig/
Drop a new JSON file into config/nostalgictrees/trees/ like:
{
"name": "slime",
"tier": "tier_2",
"output_item": "minecraft:slime_ball",
"output_count": 1,
"color": "5EF765"
}
Name the file {treename}.json. All textures, blockstates, models, recipes, loot tables, and tags generate automatically.
Note: Mutations recipes have to be created via datapacks or kubejs
All Rights Reserved. See LICENSE file for details.