mirror of
https://codeberg.org/tenplus1/teleport_potion.git
synced 2025-03-15 06:01:24 +00:00
code tidy ' to "
This commit is contained in:
parent
ad3d70fb54
commit
cd52b5d952
1 changed files with 2 additions and 2 deletions
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…
Add table
Reference in a new issue