aboutsummaryrefslogtreecommitdiff
path: root/games/minimal/mods/test/crafting.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replacement for Minimal Development Test (PR) (#9450)Wuzzy2020-05-241-71/+0
|
* Fix some issues with minetest.clear_craft (#8712)Paul Ouellette2019-08-101-0/+71
* 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()