mirror of
https://github.com/minetest/minetest_game.git
synced 2024-12-23 07:10:19 +01:00
Remove cave ice from creative inventory
This commit is contained in:
parent
be6fe9f592
commit
e10e0f94d6
@ -627,7 +627,8 @@ minetest.register_node("default:cave_ice", {
|
|||||||
description = "Cave Ice",
|
description = "Cave Ice",
|
||||||
tiles = {"default_ice.png"},
|
tiles = {"default_ice.png"},
|
||||||
paramtype = "light",
|
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",
|
drop = "default:ice",
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user