An example mod for my game Tiny Life. Use this template repository to create your own mod!
Go to file
2022-11-12 13:53:21 +01:00
.config finally added a proper build script to the example mod 2022-09-12 13:21:27 +02: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 0.26.0 2022-10-18 13:03:08 +02:00
CustomTable.cs 0.25.0 2022-09-05 14:19:34 +02:00
ExampleMod.cs 0.25.2 2022-09-17 12:33:20 +02:00
ExampleMod.csproj 0.27.0 2022-11-12 13:53:21 +01:00
ModOptions.cs 0.25.2 2022-09-17 12:33:20 +02: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
SitDownOnGrassAction.cs 0.25.0 2022-09-05 14:19:34 +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.