Here's an example of a mod that let's you change how many floors you can build on, complete with comments:
Here's an example of a mod that let's you change how many floors you can build on, complete with comments:
[http://swinc.net/FloorMod.zip Floor Mod] (Updated to work with Alpha 10.7+)
[http://swinc.net/FloorMod.zip Floor Mod] (Updated to work with Alpha 10.7+)
+
+
== Full access ==
+
By default certain namespaces and types are off limits to mods for security reasons. If you want to make a mod that writes to files or accesses the internet, you need to put a public static bool called GiveMeFreedom in your ModMeta implementation. Note that this only works for dll mods and the user will be warned.