Skip to content

Commit

Permalink
Remove cave ice from creative inventory
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezhh committed Sep 21, 2018
1 parent be6fe9f commit e10e0f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mods/default/nodes.lua
Expand Up @@ -627,7 +627,8 @@ minetest.register_node("default:cave_ice", {
description = "Cave Ice",
tiles = {"default_ice.png"},
paramtype = "light",
groups = {cracky = 3, puts_out_fire = 1, cools_lava = 1, slippery = 3},
groups = {cracky = 3, puts_out_fire = 1, cools_lava = 1, slippery = 3,
not_in_creative_inventory = 1},
drop = "default:ice",
sounds = default.node_sound_glass_defaults(),
})
Expand Down

0 comments on commit e10e0f9

Please sign in to comment.