mirror of
https://codeberg.org/tenplus1/teleport_potion.git
synced 2025-07-16 03:06:44 -04:00
Changed license
This commit is contained in:
parent
8b1250d0f8
commit
475360b87b
3 changed files with 19 additions and 11 deletions
1
init.lua
1
init.lua
|
@ -294,6 +294,7 @@ minetest.register_craft({
|
|||
|
||||
-- check portal & pad, teleport any entities on top
|
||||
minetest.register_abm({
|
||||
label = "Potion/Pad teleportation",
|
||||
nodenames = {"teleport_potion:portal", "teleport_potion:pad"},
|
||||
interval = 2,
|
||||
chance = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue