From 04e0d57891e60ced156384af316ddbf6e0d67a67 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Wed, 8 Apr 2015 01:11:39 -0700 Subject: Don't show the attached plant in creative inventory. --- melon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'melon.lua') 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", }) -- cgit v1.2.3