summaryrefslogtreecommitdiff
path: root/data/mods/experimental/init.lua
AgeCommit message (Collapse)Author
2011-12-04Add experimental TNT's old name as an aliasPerttu Ahola
2011-12-03Rename lump_of_* to *_lumpPerttu Ahola
2011-12-03Fix the previous commitPerttu Ahola
2011-12-03Clean and fix mods/experimental/init.luaPerttu Ahola
2011-12-03Make global names in default mod use good naming convention and move ↵Perttu Ahola
backwards-compatibility definitions to mods/legacy
2011-12-03inventorycube: use all three specified textures; also moved mesh creation / ↵Kahrl
modification functions to mesh.cpp; in lua, inventorycube is now called minetest.inventorycube
2011-12-03Change naming convention to be modname:* instead of modname_* (sorry modders!)Perttu Ahola
2011-12-03Enforced mod global naming convention and better error reportingPerttu Ahola
2011-12-02Rename "NodeItem"/"ToolItem"/"CraftItem" to "node"/"tool"/"craft"Perttu Ahola
2011-11-29Create the necessary API for /giveme and /give and implement those commands; ↵Perttu Ahola
also sort out the scripts a bit
2011-11-29Reorganize modsPerttu Ahola