From 7615fbac09dc4ca4845255a3cfbeb77fd29a16b8 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 2 Nov 2016 01:03:06 +0100 Subject: [PATCH] Set is_ground_content to false --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 0743c11..00a649a 100644 --- a/init.lua +++ b/init.lua @@ -53,7 +53,8 @@ for i=1,#dice2.colors do dug = { name="dice2_dice_punchstep", gain = 1 }, place = { name="dice2_dice_place", gain = 1 }, }, on_rightclick = dice2.throw, - on_construct = dice2.construct + on_construct = dice2.construct, + is_ground_content = false, } )