Set is_ground_content to false

master
Wuzzy 2016-11-02 01:03:06 +01:00
parent 0a20446ee3
commit 7615fbac09
1 changed files with 2 additions and 1 deletions

View File

@ -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,
}
)