Make all leaves visible in creative inv

master
Wuzzy 2018-01-05 14:44:11 +01:00
parent 7c0ac3519b
commit 97055ab0e7
4 changed files with 7 additions and 7 deletions

View File

@ -28,7 +28,7 @@ minetest.register_node("farming_plus:leaves_birch", {
waving = 1,
is_ground_content = false,
place_param2 = 1,
groups = {snappy=3, leafdecay=3, flammable=2, not_in_creative_inventory=1, leaves=1, porous=1},
groups = {snappy=3, leafdecay=3, flammable=2, leaves=1, porous=1},
drop = {
max_items = 1,
items = {

View File

@ -3,14 +3,14 @@ local S
S = farming.S
minetest.register_node("farming_plus:cj_leaves", {
description = S("Cultivated Jungle Tree Leaves"),
description = S("Cultivated Jungle Leaves"),
drawtype = "allfaces_optional",
tiles = {"default_jungleleaves_yellow.png"},
paramtype = "light",
waving = 1,
is_ground_content = false,
place_param2 = 1,
groups = {snappy=3, leafdecay=3, flammable=2, not_in_creative_inventory=1, leaves=1, porous=1},
groups = {snappy=3, leafdecay=3, flammable=2, leaves=1, porous=1},
drop = {
max_items = 1,
items = {

View File

@ -21,14 +21,14 @@ minetest.register_node("farming_plus:olive_sapling", {
minetest.register_node("farming_plus:olive_leaves", {
description = S("Olive Tree Leaves"),
description = S("Olive Leaves"),
drawtype = "allfaces_optional",
tiles = {"farming_olive_leaves.png"},
paramtype = "light",
waving = 1,
is_ground_content = false,
place_param2 = 1,
groups = {snappy=3, leafdecay=3, flammable=2, not_in_creative_inventory=1, leaves=1, porous=1},
groups = {snappy=3, leafdecay=3, flammable=2, leaves=1, porous=1},
drop = {
max_items = 1,
items = {

View File

@ -21,14 +21,14 @@ minetest.register_node("farming_plus:pale_sapling", {
minetest.register_node("farming_plus:pale_leaves", {
description = S("Pale Tree Leaves"),
description = S("Pale Leaves"),
drawtype = "allfaces_optional",
tiles = {"default_paleleaves.png"},
paramtype = "light",
waving = 1,
is_ground_content = false,
place_param2 = 1,
groups = {snappy=3, leafdecay=3, flammable=2, not_in_creative_inventory=1, leaves=1, porous=1},
groups = {snappy=3, leafdecay=3, flammable=2, leaves=1, porous=1},
drop = {
max_items = 1,
items = {