Skip to content

Commit f12206a

Browse files
author
Vanessa Ezekowitz
committedDec 1, 2013
Remove "disabled" blinkyplant from inventory
1 parent f46bc32 commit f12206a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mesecons_blinkyplant/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ minetest.register_node("mesecons_blinkyplant:blinky_plant", {
55
tiles = {"jeija_blinky_plant_off.png"},
66
inventory_image = "jeija_blinky_plant_off.png",
77
walkable = false,
8-
groups = {snappy=3},
8+
groups = {snappy=3, not_in_creative_inventory=1},
99
description="Deactivated Blinky Plant",
1010
sounds = default.node_sound_leaves_defaults(),
1111
selection_box = {

0 commit comments

Comments
 (0)
Please sign in to comment.