From a91b9807974440c5a6487a4446ada29e382d7061 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Sun, 14 Feb 2016 09:27:13 +0000 Subject: removed not_in_creative from trellis and beanpole --- grapes.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'grapes.lua') diff --git a/grapes.lua b/grapes.lua index 021e5da..a82e02e 100644 --- a/grapes.lua +++ b/grapes.lua @@ -56,10 +56,7 @@ minetest.register_node("farming:trellis", { } }, selection_box = farming.select, - groups = { - snappy = 3, flammable = 2, attached_node = 1, - not_in_creative_inventory = 1 - }, + groups = {snappy = 3, flammable = 2, attached_node = 1}, sounds = default.node_sound_leaves_defaults(), on_place = function(itemstack, placer, pointed_thing) if minetest.is_protected(pointed_thing.under, placer:get_player_name()) then -- cgit v1.2.3