diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-08 01:11:39 -0700 |
---|---|---|
committer | Auke Kok <auke-jan.h.kok@intel.com> | 2015-04-08 01:11:39 -0700 |
commit | 04e0d57891e60ced156384af316ddbf6e0d67a67 (patch) | |
tree | acf38d904d4514182845c2ff5bbf51002fa070cc | |
parent | 1fa945bf6b4a491dd89d7fe53837cc079c4175e6 (diff) |
Don't show the attached plant in creative inventory.
-rw-r--r-- | melon.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", }) |