forked from Mirrorlandia_minetest/mesecons
Remove "disabled" blinkyplant from inventory
This commit is contained in:
parent
f46bc329de
commit
f12206acc6
@ -5,7 +5,7 @@ minetest.register_node("mesecons_blinkyplant:blinky_plant", {
|
|||||||
tiles = {"jeija_blinky_plant_off.png"},
|
tiles = {"jeija_blinky_plant_off.png"},
|
||||||
inventory_image = "jeija_blinky_plant_off.png",
|
inventory_image = "jeija_blinky_plant_off.png",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
groups = {snappy=3},
|
groups = {snappy=3, not_in_creative_inventory=1},
|
||||||
description="Deactivated Blinky Plant",
|
description="Deactivated Blinky Plant",
|
||||||
sounds = default.node_sound_leaves_defaults(),
|
sounds = default.node_sound_leaves_defaults(),
|
||||||
selection_box = {
|
selection_box = {
|
||||||
|
Loading…
Reference in New Issue
Block a user