mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
Fix chance/probability wording in lua_api.md
This commit is contained in:
parent
ea96f6e1e3
commit
9046379b30
@ -8975,7 +8975,7 @@ Used by `minetest.register_abm`.
|
|||||||
-- Operation interval in seconds
|
-- Operation interval in seconds
|
||||||
|
|
||||||
chance = 50,
|
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,
|
min_y = -32768,
|
||||||
max_y = 32767,
|
max_y = 32767,
|
||||||
|
Loading…
Reference in New Issue
Block a user