forked from mtcontrib/plantlife_modpack
don't use inventory/wield image on youngtrees:bamboo.
let the engine show the nodebox instead.
This commit is contained in:
parent
bc48ee59e3
commit
809a91e619
@ -1,14 +1,9 @@
|
|||||||
abstract_youngtrees = {}
|
abstract_youngtrees = {}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
minetest.register_node("youngtrees:bamboo", {
|
minetest.register_node("youngtrees:bamboo", {
|
||||||
description = "Young Bamboo Tree",
|
description = "Young Bamboo Tree",
|
||||||
drawtype="nodebox",
|
drawtype="nodebox",
|
||||||
tiles = {"bamboo.png"},
|
tiles = {"bamboo.png"},
|
||||||
inventory_image = "bamboo.png",
|
|
||||||
wield_image = "bamboo.png",
|
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
@ -25,9 +20,6 @@ node_box = {
|
|||||||
drop = 'trunks:twig_1'
|
drop = 'trunks:twig_1'
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
minetest.register_node("youngtrees:youngtree2_middle",{
|
minetest.register_node("youngtrees:youngtree2_middle",{
|
||||||
description = "Young Tree 2 (middle)",
|
description = "Young Tree 2 (middle)",
|
||||||
drawtype="nodebox",
|
drawtype="nodebox",
|
||||||
|
Loading…
Reference in New Issue
Block a user