Increase portal ABM trigger chance to 1 from 1/2

This commit is contained in:
Elias Åström 2023-12-28 16:17:31 +01:00 committed by cora
parent 96242dc846
commit 096aa3f183

View File

@ -784,7 +784,7 @@ minetest.register_abm({
label = "Nether portal teleportation and particles",
nodenames = { "mcl_portals:portal" },
interval = 1,
chance = 2,
chance = 1,
action = function(pos, node)
emit_portal_particles(pos, node)
teleport_objs_in_portal(pos)