projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be6fe9f
)
Remove cave ice from creative inventory
author
Ezhh
<owlecho@live.com>
Fri, 21 Sep 2018 17:52:55 +0000
(18:52 +0100)
committer
GitHub
<noreply@github.com>
Fri, 21 Sep 2018 17:52:55 +0000
(18:52 +0100)
mods/default/nodes.lua
patch
|
blob
|
history
diff --git
a/mods/default/nodes.lua
b/mods/default/nodes.lua
index 9b01456b9afb485b0d0da75e865d0eb87edbc06e..9aa3606f27514ff4e85de934b69cba6258608ea7 100644
(file)
--- a/
mods/default/nodes.lua
+++ b/
mods/default/nodes.lua
@@
-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(),
})