1
0
miroir de https://github.com/mt-mods/homedecor_modpack.git synchronisé 2025-10-23 18:35:48 +02:00

lighted fishtank shouldn't be in creative inventory

Cette révision appartient à :
Vanessa Ezekowitz
2014-08-04 13:04:17 -04:00
Parent bc8b96a0bb
révision ac46db1c72

Voir le fichier

@@ -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