From 55b5cafd49da72a8b757941b6e3dc4ff2adb8c3e Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 2 Nov 2016 01:14:03 +0100 Subject: [PATCH] is_ground_content=false --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 0cd8ea8..42a58a8 100644 --- a/init.lua +++ b/init.lua @@ -88,6 +88,7 @@ do tiles = { { name = "tsm_surprise_question_anim.png", animation = { type = "vertical_frames", aspect_w=16, aspect_h=16, length=3.0 } } }, drop = "", + is_ground_content = false, groups = { dig_immediate=2, }, sounds = { place = { name = "tsm_surprise_question_dig", gain = 1 },