mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-04 17:25:30 +01:00
Fix chance/probability wording in lua_api.md
This commit is contained in:
@@ -8975,7 +8975,7 @@ Used by `minetest.register_abm`.
|
||||
-- Operation interval in seconds
|
||||
|
||||
chance = 50,
|
||||
-- Chance of triggering `action` per-node per-interval is 1.0 / chance
|
||||
-- Probability of triggering `action` per-node per-interval is 1.0 / chance (integers only)
|
||||
|
||||
min_y = -32768,
|
||||
max_y = 32767,
|
||||
|
||||
Reference in New Issue
Block a user