Remove wield & inventory images to allow automatic 3d imnage generated

master
Oversword 2021-02-17 22:05:29 +00:00
parent 96a426ce0e
commit 34d44140b8
17 changed files with 0 additions and 35 deletions

View File

@ -117,8 +117,6 @@ minetest.register_node("baldcypress:leaves", {
description = S("Bald Cypress Leaves"),
drawtype = "allfaces_optional",
tiles = {"baldcypress_leaves.png"},
inventory_image = "baldcypress_leaves.png",
wield_image = "baldcypress_leaves.png",
paramtype = "light",
walkable = true,
waving = 1,

View File

@ -177,8 +177,6 @@ minetest.register_node("bamboo:leaves", {
description = S("Bamboo Leaves"),
drawtype = "allfaces_optional",
tiles = {"bamboo_leaves.png"},
inventory_image = "bamboo_leaves.png",
wield_image = "bamboo_leaves.png",
paramtype = "light",
walkable = false,
climbable = true,

View File

@ -192,8 +192,6 @@ minetest.register_node("birch:leaves", {
description = S("Birch Leaves"),
drawtype = "allfaces_optional",
tiles = {"birch_leaves.png"},
inventory_image = "birch_leaves.png",
wield_image = "birch_leaves.png",
paramtype = "light",
walkable = true,
waving = 1,

View File

@ -160,8 +160,6 @@ minetest.register_node("cherrytree:blossom_leaves", {
description = S("Cherrytree Blossom Leaves"),
drawtype = "allfaces_optional",
tiles = {"cherrytree_blossom_leaves.png"},
inventory_image = "cherrytree_blossom_leaves.png",
wield_image = "cherrytree_blossom_leaves.png",
paramtype = "light",
walkable = true,
waving = 1,
@ -193,8 +191,6 @@ minetest.register_node("cherrytree:leaves", {
description = S("Cherrytree Leaves"),
drawtype = "allfaces_optional",
tiles = {"cherrytree_leaves.png"},
inventory_image = "cherrytree_leaves.png",
wield_image = "cherrytree_leaves.png",
paramtype = "light",
walkable = true,
waving = 1,

View File

@ -174,8 +174,6 @@ minetest.register_node("chestnuttree:leaves", {
description = S("Chestnut Tree Leaves"),
drawtype = "allfaces_optional",
tiles = {"chestnuttree_leaves.png"},
inventory_image = "chestnuttree_leaves.png",
wield_image = "chestnuttree_leaves.png",
paramtype = "light",
walkable = true,
waving = 1,

View File

@ -137,8 +137,6 @@ minetest.register_node("clementinetree:leaves", {
description = S("Clementine Tree Leaves"),
drawtype = "allfaces_optional",
tiles = {"clementinetree_leaves.png"},
inventory_image = "clementinetree_leaves.png",
wield_image = "clementinetree_leaves.png",
paramtype = "light",
walkable = true,
waving = 1,

View File

@ -119,8 +119,6 @@ minetest.register_node("ebony:leaves", {
description = S("Ebony Leaves"),
drawtype = "allfaces_optional",
tiles = {"ebony_leaves.png"},
inventory_image = "ebony_leaves.png",
wield_image = "ebony_leaves.png",
paramtype = "light",
walkable = true,
waving = 1,

View File

@ -135,8 +135,6 @@ minetest.register_node("hollytree:leaves", {
description = S("Holly Tree Leaves"),
drawtype = "allfaces_optional",
tiles = {"hollytree_leaves.png"},
inventory_image = "hollytree_leaves.png",
wield_image = "hollytree_leaves.png",
paramtype = "light",
walkable = true,
waving = 1,

View File

@ -116,8 +116,6 @@ minetest.register_node("jacaranda:blossom_leaves", {
description = S("Jacaranda Blossom Leaves"),
drawtype = "allfaces_optional",
tiles = {"jacaranda_blossom_leaves.png"},
inventory_image = "jacaranda_blossom_leaves.png",
wield_image = "jacaranda_blossom_leaves.png",
paramtype = "light",
walkable = true,
waving = 1,

View File

@ -117,8 +117,6 @@ minetest.register_node("larch:leaves", {
description = S("Larch Leaves"),
drawtype = "allfaces_optional",
tiles = {"larch_leaves.png"},
inventory_image = "larch_leaves.png",
wield_image = "larch_leaves.png",
paramtype = "light",
walkable = true,
waving = 1,

View File

@ -158,8 +158,6 @@ minetest.register_node("lemontree:leaves", {
description = S("Lemon Tree Leaves"),
drawtype = "allfaces_optional",
tiles = {"lemontree_leaves.png"},
inventory_image = "lemontree_leaves.png",
wield_image = "lemontree_leaves.png",
paramtype = "light",
walkable = true,
waving = 1,

View File

@ -119,8 +119,6 @@ minetest.register_node("mahogany:leaves", {
description = S("Mahogany Leaves"),
drawtype = "allfaces_optional",
tiles = {"mahogany_leaves.png"},
inventory_image = "mahogany_leaves.png",
wield_image = "mahogany_leaves.png",
paramtype = "light",
walkable = true,
waving = 1,

View File

@ -130,7 +130,6 @@ minetest.register_node("maple:leaves", {
description = S("Maple Leaves"),
drawtype = "allfaces_optional",
tiles = {"maple_leaves.png"},
wield_image = "maple_leaves.png",
paramtype = "light",
walkable = true,
waving = 1,

View File

@ -153,8 +153,6 @@ minetest.register_node("oak:leaves", {
description = S("Oak Leaves"),
drawtype = "allfaces_optional",
tiles = {"oak_leaves.png"},
inventory_image = "oak_leaves.png",
wield_image = "oak_leaves.png",
paramtype = "light",
walkable = true,
waving = 1,

View File

@ -179,8 +179,6 @@ minetest.register_node("plumtree:leaves", {
description = S("Plumtree Leaves"),
drawtype = "allfaces_optional",
tiles = {"plumtree_leaves.png"},
inventory_image = "plumtree_leaves.png",
wield_image = "plumtree_leaves.png",
paramtype = "light",
walkable = true,
waving = 1,

View File

@ -137,8 +137,6 @@ minetest.register_node("pomegranate:leaves", {
description = S("Pomegranate Tree Leaves"),
drawtype = "allfaces_optional",
tiles = {"pomegranate_leaves.png"},
inventory_image = "pomegranate_leaves.png",
wield_image = "pomegranate_leaves.png",
paramtype = "light",
walkable = true,
waving = 1,

View File

@ -118,8 +118,6 @@ minetest.register_node("willow:leaves", {
description = S("Willow Leaves"),
drawtype = "allfaces_optional",
tiles = {"willow_leaves.png"},
inventory_image = "willow_leaves.png",
wield_image = "willow_leaves.png",
paramtype = "light",
walkable = true,
waving = 1,