aboutsummaryrefslogtreecommitdiff
path: root/games/minimal/mods/bucket/init.lua
AgeCommit message (Collapse)Author
2020-05-26Rename “Minimal development test” to “Development Test” (#9928)Wuzzy
2020-05-24Replacement for Minimal Development Test (PR) (#9450)Wuzzy
2013-05-25Move scriptapi to separate folder (by sapier)sapier
On the lua side, notably minetest.env:<function>(<args>) should now be replaced by minetest.<function>(<args>). The old way is and will stay supported for a long time. Also: Update and clean up lua_api.txt (by celeron55) Move EnvRef to lua and remove add_rat and add_firefly (by kahrl) Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
2012-07-21Make lava buckets work as fuel in minimal gamedarkrose
2012-03-26Move games/minetest to games/minimal and update README.txtPerttu Ahola