An example mod for my game Tiny Life. Use this template repository to create your own mod!
Go to file
2022-12-20 13:24:55 +01:00
.config updated cake 2022-12-12 19:21:22 +01:00
Content/ExampleMod 0.25.1 2022-09-13 14:12:56 +02:00
.gitignore modding, part 1! 2020-11-25 00:33:47 +01:00
build.cake cleaned up the build script and added a clean task 2022-11-22 19:17:33 +01:00
ExampleMod.cs 0.28.0 2022-12-20 13:24:55 +01:00
ExampleMod.csproj 0.28.0 2022-12-20 13:24:55 +01:00
ExampleModGrassSitAction.cs 0.28.0 2022-12-20 13:24:55 +01:00
ExampleModOptions.cs use simpler file and class naming for the example mod 2022-11-22 19:25:15 +01:00
ExampleModTable.cs use simpler file and class naming for the example mod 2022-11-22 19:25:15 +01:00
NuGet.config 0.21.2 2022-05-26 13:20:57 +02:00
README.md finally added a proper build script to the example mod 2022-09-12 13:21:27 +02:00

Tiny Life Example Mod

An example mod for my game Tiny Life. Use this template repository to create your own mod!

To learn how to use the example mod repository and create your own mods, check out the Modding Basics documentation.