1
0
mirror of https://github.com/tacigar/maidroid.git synced 2025-07-05 01:00:23 +02:00

Move craftrecipe to crafting.lua

This commit is contained in:
Chuhai
2017-01-08 22:38:11 +09:00
parent 796d63d741
commit 52e6f40894
2 changed files with 10 additions and 9 deletions

View File

@ -130,12 +130,3 @@ for name, _ in pairs(maidroid.registered_maidroids) do
end,
})
end
minetest.register_craft({
output = "maidroid_tool:capture_rod",
recipe = {
{"wool:white", "dye:pink", "default:mese_crystal"},
{"", "default:steel_ingot", "dye:pink"},
{"default:steel_ingot", "", "wool:white"}
}
})