Farming_plus leaves are now in creative inv

master
Pitriss 2014-01-26 21:42:59 +01:00
parent 112d6a610e
commit 7f006c9c0f
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ minetest.register_node("farming_plus:banana_leaves", {
drawtype = "allfaces_optional",
tiles = {"farming_banana_leaves.png"},
paramtype = "light",
groups = {snappy=3, leafdecay=3, flammable=2, not_in_creative_inventory=1},
groups = {snappy=3, leafdecay=3, flammable=2},
drop = {
max_items = 1,
items = {

View File

@ -22,7 +22,7 @@ minetest.register_node("farming_plus:cocoa_leaves", {
drawtype = "allfaces_optional",
tiles = {"farming_banana_leaves.png"},
paramtype = "light",
groups = {snappy=3, leafdecay=3, flammable=2, not_in_creative_inventory=1},
groups = {snappy=3, leafdecay=3, flammable=2},
drop = {
max_items = 1,
items = {