minetest.register_node("default:ice", {
description = "Ice",
tiles = {"default_ice.png"},
- is_ground_content = true,
+ is_ground_content = false,
paramtype = "light",
groups = {cracky=3},
sounds = default.node_sound_glass_defaults(),
pointable = false,
diggable = false,
buildable_to = true,
+ is_ground_content = false,
drop = "",
drowning = 1,
liquidtype = "source",
pointable = false,
diggable = false,
buildable_to = true,
+ is_ground_content = false,
drop = "",
drowning = 1,
liquidtype = "flowing",
pointable = false,
diggable = false,
buildable_to = true,
+ is_ground_content = false,
drop = "",
drowning = 1,
liquidtype = "source",
pointable = false,
diggable = false,
buildable_to = true,
+ is_ground_content = false,
drop = "",
drowning = 1,
liquidtype = "flowing",