From cd52b5d9525e03afa99b2564fe2618b7af3e6c51 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 5 Aug 2019 10:06:30 +0100 Subject: [PATCH] code tidy ' to " --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index b7fec27..4dd6c75 100644 --- a/init.lua +++ b/init.lua @@ -406,9 +406,9 @@ end) -- teleport pad recipe minetest.register_craft({ - output = 'teleport_potion:pad', + output = "teleport_potion:pad", recipe = { - {"teleport_potion:potion", 'default:glass', "teleport_potion:potion"}, + {"teleport_potion:potion", "default:glass", "teleport_potion:potion"}, {"default:glass", "default:mese", "default:glass"}, {"teleport_potion:potion", "default:glass", "teleport_potion:potion"} }