]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Lua_api.txt: Fix description of node drop behaviour
authorDuane <duane@duanerobertson.com>
Mon, 11 Jul 2016 14:46:01 +0000 (09:46 -0500)
committerparamat <mat.gregory@virginmedia.com>
Tue, 12 Jul 2016 19:23:46 +0000 (20:23 +0100)
doc/lua_api.txt

index a59a9c0f2550e91870dfe47ef1009baefb5dde17..12b0a9299c889688ecda8c1c0664201bf1545409 100644 (file)
@@ -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.
                 },
             },
         },