-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Helixien edited this page Apr 24, 2024
·
1 revision
Welcome to the ReGrowth-Core wiki!
ReGrowth: Core is both a content mod that makes your game more beautiful while staying true to its vanilla artstyle and feeling AND a small code library. Here we will try our best to make it easily understandable how you can use it yourself to make your own mods better or, for example, create a new biome without having to use any C# at all!
Right now, ReGrowth: Core has all some sub-libraries, which will be explained in detail in this Wiki:
First of all, you'll need to add it as a dependency. You do this by adding this to your mod's about.xml file:
<modDependencies>
<li>
<packageId>ReGrowth.BOTR.Core</packageId>
<displayName>ReGrowth: Core</displayName>
<steamWorkshopUrl>https://steamcommunity.com/sharedfiles/filedetails/?id=2260097569</steamWorkshopUrl>
<downloadUrl>https://github.com/Helixien/ReGrowth-Core</downloadUrl>
</li>
</modDependencies>
It is also recommended that you add ReGrowth: Core as an required item to your mod on Steam.