aboutsummaryrefslogtreecommitdiff
path: root/games/minimal/mods/legacy
Commit message (Expand)AuthorAge
* Compress texturesDavid Gumberg2013-06-18
* Move scriptapi to separate folder (by sapier)sapier2013-05-25
* Move games/minetest to games/minimal and update README.txtPerttu Ahola2012-03-26
hl opt">= name if callbacks then stuff.allow_move = callbacks.allow_move stuff.allow_put = callbacks.allow_put stuff.allow_take = callbacks.allow_take stuff.on_move = callbacks.on_move stuff.on_put = callbacks.on_put stuff.on_take = callbacks.on_take end stuff.mod_origin = core.get_current_modname() or "??" core.detached_inventories[name] = stuff return core.create_detached_inventory_raw(name) end