Implement new crafting algorithm

This commit is contained in:
Andrey Kozlovskiy
2019-08-22 22:56:46 +03:00
parent 04b1cb9e7d
commit e0b28931c5
3 changed files with 316 additions and 94 deletions

View File

@ -71,6 +71,7 @@ dofile(modpath.."/group.lua")
dofile(modpath.."/api.lua")
dofile(modpath.."/internal.lua")
dofile(modpath.."/callbacks.lua")
dofile(modpath.."/match_craft.lua")
dofile(modpath.."/register.lua")
if minetest.settings:get_bool("unified_inventory_bags") ~= false then