From dc171919fb6876f87e1fc70a99767bf0aef82b7f Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Mon, 7 Oct 2024 12:33:54 +0100 Subject: [PATCH] tweak thin_ice --- water.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/water.lua b/water.lua index 5cc0ff6..fd790fb 100644 --- a/water.lua +++ b/water.lua @@ -12,13 +12,14 @@ minetest.register_node("ethereal:thin_ice", { is_ground_content = false, paramtype = "light", drawtype = "nodebox", + drop = {}, node_box = { type = "fixed", fixed = {{-0.5, -0.5, -0.5, 0.5, -0.25, 0.5}}, }, collision_box = { type = "fixed", fixed = {{-0.5, -0.5, -0.5, 0.5, -0.25, 0.5}}, }, - groups = {cracky = 3, cools_lava = 1, slippery = 3}, + groups = {cracky = 3, crumbly = 3, cools_lava = 1, slippery = 3}, sounds = default.node_sound_glass_defaults(), on_walk_over = function(pos, node, player)