Skip to content

Instantly share code, notes, and snippets.

@schas002
Created February 11, 2017 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schas002/4c7e41a3658f6ee7c1096207f6f788bb to your computer and use it in GitHub Desktop.
Save schas002/4c7e41a3658f6ee7c1096207f6f788bb to your computer and use it in GitHub Desktop.
C:\Games\Minetest\mods\generator-minetest_cwd\test-mod>ls init.lua
init.lua
C:\Games\Minetest\mods\generator-minetest_cwd\test-mod>cat init.lua
MODNAME = "test-mod"
VERSION = "1/170211"
print(MODNAME + " version " + VERSION + " up")
print("Powered by the bedazzling generator-minetest") -- You may remove this
-- line, if you want
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment