summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2015-04-08 01:11:39 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2015-04-08 01:11:39 -0700
commit04e0d57891e60ced156384af316ddbf6e0d67a67 (patch)
treeacf38d904d4514182845c2ff5bbf51002fa070cc
parent1fa945bf6b4a491dd89d7fe53837cc079c4175e6 (diff)
Don't show the attached plant in creative inventory.
-rw-r--r--melon.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/melon.lua b/melon.lua
index 014335a..ac88666 100644
--- a/melon.lua
+++ b/melon.lua
@@ -59,7 +59,7 @@ minetest.register_node("crops:melon_plant_5_attached", {
use_texture_alpha = true,
walkable = false,
paramtype = "light",
- groups = { snappy=3, flammable=3, flora=1, attached_node=1, },
+ groups = { snappy=3, flammable=3, flora=1, attached_node=1, not_in_creative_inventory=1 },
drop = "crops:melon_seed",
})