aboutsummaryrefslogtreecommitdiff
path: root/games/minimal/mods/test/player.lua
AgeCommit message (Collapse)Author
2019-08-10Fix some issues with minetest.clear_craft (#8712)Paul Ouellette
* Fix some issues with minetest.clear_craft - Fix memory leak - Fix crafts with an output count not being cleared when clearing by input. - Fix recipe list being reversed when clearing by input. * Add CraftInput::empty()
2019-08-03Add formspec testing to test mod in minimalrubenwardy