summaryrefslogtreecommitdiff
path: root/beanpole.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2016-02-14 09:27:13 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2016-02-14 09:27:13 +0000
commita91b9807974440c5a6487a4446ada29e382d7061 (patch)
tree164c8e3dab3e1a07b01c440124afa9fd24dc1327 /beanpole.lua
parent4c8931c9cddf109d9a3ba5985d68a9092dbf0356 (diff)
removed not_in_creative from trellis and beanpole
Diffstat (limited to 'beanpole.lua')
-rw-r--r--beanpole.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/beanpole.lua b/beanpole.lua
index fa25a37..634f6bf 100644
--- a/beanpole.lua
+++ b/beanpole.lua
@@ -60,10 +60,7 @@ minetest.register_node("farming:beanpole", {
}
},
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