mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-23 00:20:17 +01:00
lighted fishtank shouldn't be in creative inventory
This commit is contained in:
parent
bc8b96a0bb
commit
ac46db1c72
@ -372,7 +372,7 @@ minetest.register_node("homedecor:fishtank_lighted", {
|
|||||||
fixed = { -0.5, -0.5, -0.375, 0.5, 0.3125, 0.375 }
|
fixed = { -0.5, -0.5, -0.375, 0.5, 0.3125, 0.375 }
|
||||||
},
|
},
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
groups = {cracky=3,oddly_breakable_by_hand=3},
|
groups = {cracky=3,oddly_breakable_by_hand=3,not_in_creative_inventory=1},
|
||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
on_rightclick = function(pos, node, clicker)
|
on_rightclick = function(pos, node, clicker)
|
||||||
fdir = minetest.get_node(pos).param2
|
fdir = minetest.get_node(pos).param2
|
||||||
|
Loading…
Reference in New Issue
Block a user