]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Add missing comma in example in lua_api.txt (#12339)
authorWuzzy <Wuzzy@disroot.org>
Sun, 22 May 2022 19:23:04 +0000 (19:23 +0000)
committerGitHub <noreply@github.com>
Sun, 22 May 2022 19:23:04 +0000 (15:23 -0400)
doc/lua_api.txt

index 96b1cc469473fa96081d8e5cbd952817d1a4a795..f0a8f7c9b97db12a77b2fc475ce4f6ae950cc920 100644 (file)
@@ -2012,7 +2012,7 @@ Example definition of the capabilities of an item
         max_drop_level=1,
         groupcaps={
             crumbly={maxlevel=2, uses=20, times={[1]=1.60, [2]=1.20, [3]=0.80}}
-        }
+        },
         damage_groups = {fleshy=2},
     }