diff --git a/internal.lua b/internal.lua index 6f6f459..86d87db 100644 --- a/internal.lua +++ b/internal.lua @@ -99,7 +99,7 @@ minetest.register_node("yl_dice:dice", { wield_image = "yl_dice_3.png", groups = { dig_immediate = 2 }, palette = "yl_dice_6_palette.png", - + is_ground_content = false, on_construct = function(pos) local val = roll_dice(pos) minetest.log("action", ("[yl_dice] placed d6 has rolled %s at %s"):format(val, minetest.pos_to_string(pos)))