remove potion recipe

master
Milan* 2017-09-14 22:29:41 +02:00
parent 1a150b3ddb
commit eeb912c105
1 changed files with 2 additions and 2 deletions

View File

@ -193,7 +193,7 @@ minetest.register_node("teleport_potion:potion", {
end
end,
})
--[[
-- teleport potion recipe
minetest.register_craft({
output = "teleport_potion:potion",
@ -203,7 +203,7 @@ minetest.register_craft({
{"", "default:diamond", ""},
},
})
]]
-- teleport pad
minetest.register_node("teleport_potion:pad", {
tiles = {"padd.png", "padd_side.png"},