mirror of
https://codeberg.org/tenplus1/teleport_potion.git
synced 2025-03-22 17:32:22 +00:00
oopsie
This commit is contained in:
parent
0a633d42ef
commit
d3363dc728
1 changed files with 2 additions and 2 deletions
4
init.lua
4
init.lua
|
@ -13,7 +13,7 @@ minetest.register_craft({
|
||||||
recipe = {'vessels:glass_bottle', 'default:diamondblock'}
|
recipe = {'vessels:glass_bottle', 'default:diamondblock'}
|
||||||
})
|
})
|
||||||
|
|
||||||
--[[ Teleport Pad recipe
|
-- Teleport Pad recipe
|
||||||
minetest.register_craft({
|
minetest.register_craft({
|
||||||
output = 'teleport_potion:pad',
|
output = 'teleport_potion:pad',
|
||||||
recipe = {
|
recipe = {
|
||||||
|
@ -21,7 +21,7 @@ minetest.register_craft({
|
||||||
{"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"}
|
||||||
}
|
}
|
||||||
})]]
|
})
|
||||||
|
|
||||||
-- Default coords
|
-- Default coords
|
||||||
teleport.default = {x=0, y=0, z=0}
|
teleport.default = {x=0, y=0, z=0}
|
||||||
|
|
Loading…
Add table
Reference in a new issue