Skip to content

Commit f12206a

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mesecons_blinkyplant/init.lua

Lines changed: 1 addition & 1 deletion
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)