From 04807625ab9af31c39b608117a0a37d4ce7eae59 Mon Sep 17 00:00:00 2001 From: BlockMen Date: Sun, 25 Oct 2015 19:21:47 +0100 Subject: [PATCH] Oops, add missing comma --- creatures/register.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/creatures/register.lua b/creatures/register.lua index 2886cf3..ec9a1d6 100644 --- a/creatures/register.lua +++ b/creatures/register.lua @@ -33,7 +33,7 @@ local function translate_def(def) textures = def.model.textures, collisionbox = def.model.collisionbox or {-0.5, -0.5, -0.5, 0.5, 0.5, 0.5}, visual_size = def.model.scale or {x = 1, y = 1}, - backface_culling = def.model.backface_culling or false + backface_culling = def.model.backface_culling or false, stats = def.stats, model = def.model,