Remove "disabled" blinkyplant from inventory

This commit is contained in:
Vanessa Ezekowitz 2013-11-30 20:45:10 -05:00
parent f46bc329de
commit f12206acc6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ minetest.register_node("mesecons_blinkyplant:blinky_plant", {
tiles = {"jeija_blinky_plant_off.png"},
inventory_image = "jeija_blinky_plant_off.png",
walkable = false,
groups = {snappy=3},
groups = {snappy=3, not_in_creative_inventory=1},
description="Deactivated Blinky Plant",
sounds = default.node_sound_leaves_defaults(),
selection_box = {