mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-12-25 18:10:19 +01:00
alias obsolete item
This commit is contained in:
parent
877d94dace
commit
3b7fa4e8ea
@ -21,28 +21,8 @@ minetest.register_node("youngtrees:bamboo", {
|
|||||||
drop = 'trunks:twig_1'
|
drop = 'trunks:twig_1'
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("youngtrees:youngtree2_middle",{
|
|
||||||
description = S("Young Tree 2 (middle)"),
|
minetest.register_alias("youngtrees:youngtree2_middle", "default:bush_stem")
|
||||||
drawtype="nodebox",
|
|
||||||
tiles = {"youngtree2branch.png"},
|
|
||||||
use_texture_alpha = "clip",
|
|
||||||
inventory_image = "youngtree2branch.png",
|
|
||||||
wield_image = "youngtree2branch.png",
|
|
||||||
paramtype = "light",
|
|
||||||
walkable = false,
|
|
||||||
is_ground_content = true,
|
|
||||||
node_box = {
|
|
||||||
type = "fixed",
|
|
||||||
fixed = {
|
|
||||||
{0.125000,-0.500000,-0.500000,0.500000,-0.187500,-0.125000}, --NodeBox 1
|
|
||||||
{-0.187500,-0.187500,-0.500000,0.500000,0.125000,0.250000}, --NodeBox 2
|
|
||||||
{-0.500000,0.125000,-0.500000,0.500000,0.500000,0.500000}, --NodeBox 3
|
|
||||||
}
|
|
||||||
},
|
|
||||||
groups = {snappy=3,flammable=2,attached_node=1},
|
|
||||||
sounds = default.node_sound_leaves_defaults(),
|
|
||||||
drop = 'trunks:twig_1'
|
|
||||||
})
|
|
||||||
|
|
||||||
minetest.register_node("youngtrees:youngtree_top", {
|
minetest.register_node("youngtrees:youngtree_top", {
|
||||||
description = S("Young Tree (top)"),
|
description = S("Young Tree (top)"),
|
||||||
|
Loading…
Reference in New Issue
Block a user