Changed license

This commit is contained in:
TenPlus1 2016-08-19 19:37:56 +01:00
parent 8b1250d0f8
commit 475360b87b
3 changed files with 19 additions and 11 deletions

View file

@ -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,