Problem with adding trees to world gen

I’m a creating a mod that adds some new trees to the world only problem i’m having is that I’m not sure how to add these to the world gen. I’ve made made a manifest.json, made logs for the new trees and made small, medium and large trees. i’ve added the mod to the mods folder, packaged it as a rar, and changed it to a smod package. But i don’t see them appear in game, so my guess is that i need to add them the spawn list when creating a world ?

I’m fairly sure you’ll need to overwrite stonehearth/services/server/world_generation/landscaper.luac to insert new trees into the world generation.

2 Likes

Or use Jelly, maby? There are many way’s…

You wouldn’t have to overwrite, only Mixinto. Probably. I’ll have to see when I get home later. :stuck_out_tongue:

2 Likes