code tidy ' to "
This commit is contained in:
parent
ad3d70fb54
commit
cd52b5d952
4
init.lua
4
init.lua
@ -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"}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user