An example mod for my game Tiny Life. Use this template repository to create your own mod!
Go to file
2023-04-14 13:00:32 +02:00
.config updated cake 2022-12-12 19:21:22 +01:00
Content/ExampleMod 0.30.0 2023-03-31 13:26:11 +02:00
.gitignore modding, part 1! 2020-11-25 00:33:47 +01:00
build.cake debug saves in example mod build script 2023-04-09 15:43:43 +02:00
ExampleMod.cs improved mod options 2022-12-23 23:40:21 +01:00
ExampleMod.csproj 0.31.0 2023-04-14 13:00:32 +02:00
ExampleModGrassSitAction.cs 0.31.0 2023-04-14 13:00:32 +02: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.