recycle recipe
This commit is contained in:
parent
c02a7fde59
commit
f8a8d2b58c
5
craft.lua
Normal file
5
craft.lua
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
minetest.register_craft({
|
||||||
|
output = "pick_and_place:pick",
|
||||||
|
recipe = {{"pick_and_place:place"}}
|
||||||
|
})
|
1
init.lua
1
init.lua
@ -21,6 +21,7 @@ dofile(MP .. "/configure_tool.lua")
|
|||||||
dofile(MP .. "/pick_tool.lua")
|
dofile(MP .. "/pick_tool.lua")
|
||||||
dofile(MP .. "/place_tool.lua")
|
dofile(MP .. "/place_tool.lua")
|
||||||
dofile(MP .. "/preview.lua")
|
dofile(MP .. "/preview.lua")
|
||||||
|
dofile(MP .. "/craft.lua")
|
||||||
|
|
||||||
if minetest.get_modpath("mtt") and mtt.enabled then
|
if minetest.get_modpath("mtt") and mtt.enabled then
|
||||||
dofile(MP .. "/encode.spec.lua")
|
dofile(MP .. "/encode.spec.lua")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user