We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46bc32 commit f12206aCopy full SHA for f12206a
1 file changed
mesecons_blinkyplant/init.lua
@@ -5,7 +5,7 @@ minetest.register_node("mesecons_blinkyplant:blinky_plant", {
5
tiles = {"jeija_blinky_plant_off.png"},
6
inventory_image = "jeija_blinky_plant_off.png",
7
walkable = false,
8
- groups = {snappy=3},
+ groups = {snappy=3, not_in_creative_inventory=1},
9
description="Deactivated Blinky Plant",
10
sounds = default.node_sound_leaves_defaults(),
11
selection_box = {
0 commit comments