Skip to content
Snippets Groups Projects
Commit d6865c4d authored by Duane's avatar Duane Committed by paramat
Browse files

Lua_api.txt: Fix description of node drop behaviour

parent 91f68e7d
No related branches found
No related tags found
No related merge requests found
......@@ -3612,8 +3612,8 @@ Definition tables
max_items = 1, -- Maximum number of items to drop.
items = { -- Choose max_items randomly from this list.
{
items = {"foo:bar", "baz:frob"}, -- Choose one item randomly from this list.
rarity = 1, -- Probability of getting is 1 / rarity.
items = {"foo:bar", "baz:frob"}, -- Items to drop.
rarity = 1, -- Probability of dropping is 1 / rarity.
},
},
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment