summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2012-07-14 01:38:44 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2012-07-14 01:38:44 -0400
commitefc793f3af8bea0a3c95d044df9f492e7b483232 (patch)
tree98042470dc5bb23cb2edf5293397359145c0cd0f /README
parentf63d48b6f2c7a5e8bf17f34106158fe0c1d1e350 (diff)
downloadunifieddyes-efc793f3af8bea0a3c95d044df9f492e7b483232.tar
unifieddyes-efc793f3af8bea0a3c95d044df9f492e7b483232.tar.gz
unifieddyes-efc793f3af8bea0a3c95d044df9f492e7b483232.tar.bz2
unifieddyes-efc793f3af8bea0a3c95d044df9f492e7b483232.tar.xz
unifieddyes-efc793f3af8bea0a3c95d044df9f492e7b483232.zip
added notes about the new example template code and related download links to
README
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 24 insertions, 0 deletions
diff --git a/README b/README
index cbb2af1..0ebead8 100644
--- a/README
+++ b/README
@@ -166,3 +166,27 @@ mod). All of the output files will be placed in that folder.
Use your favorite image browser or file manager to review the results, and if
they're right, copy them over to the textures/ folder in your mod.
+
+
+Example Code
+============
+
+Along with this mod, you should also download my template mod, which is quite
+easy to transform into whatever mod you want to create that needs this mod.
+
+It's just a skeleton, but all you should need to do to get started is to rename
+the folder to whatever your mod will be named, tweak a few variables near the
+start of the template's init.lua, and follow the above instructions regarding
+the creation of your textures.
+
+If you do it right, you should end up with a very basic mod giving you craft
+and /give access to your various items. After that part is confirmed working,
+just add whatever code you need to the end of the init.lua to define additional
+functions, items, crafts, and smelting recipes, etc., as needed by your mod,
+and start coding and testing like usual.
+
+This template is not supplied as part of the unifieddyes mod, rather you need
+fetch it separately from here:
+
+Download Template: https://github.com/VanessaE/modtemplate/zipball/master
+...or browse the code: https://github.com/VanessaE/modtemplate