code tidy ' to "

This commit is contained in:
TenPlus1 2019-08-05 10:06:30 +01:00
parent ad3d70fb54
commit cd52b5d952

View file

@ -406,9 +406,9 @@ end)
-- teleport pad recipe -- teleport pad recipe
minetest.register_craft({ minetest.register_craft({
output = 'teleport_potion:pad', output = "teleport_potion:pad",
recipe = { recipe = {
{"teleport_potion:potion", 'default:glass', "teleport_potion:potion"}, {"teleport_potion:potion", "default:glass", "teleport_potion:potion"},
{"default:glass", "default:mese", "default:glass"}, {"default:glass", "default:mese", "default:glass"},
{"teleport_potion:potion", "default:glass", "teleport_potion:potion"} {"teleport_potion:potion", "default:glass", "teleport_potion:potion"}
} }