recycle recipe

This commit is contained in:
BuckarooBanzay 2024-02-29 19:29:14 +01:00
parent c02a7fde59
commit f8a8d2b58c
2 changed files with 6 additions and 0 deletions

5
craft.lua Normal file
View File

@ -0,0 +1,5 @@
minetest.register_craft({
output = "pick_and_place:pick",
recipe = {{"pick_and_place:place"}}
})

View File

@ -21,6 +21,7 @@ dofile(MP .. "/configure_tool.lua")
dofile(MP .. "/pick_tool.lua")
dofile(MP .. "/place_tool.lua")
dofile(MP .. "/preview.lua")
dofile(MP .. "/craft.lua")
if minetest.get_modpath("mtt") and mtt.enabled then
dofile(MP .. "/encode.spec.lua")