mirror of
https://github.com/minefaco/stripped_tree.git
synced 2024-11-24 16:33:43 +01:00
Add missing nodes
This commit is contained in:
parent
64ca28fe7d
commit
1f80ff8b31
@ -22,19 +22,6 @@ stripped_tree.register_trunk(mod_name,trunk_names)
|
||||
|
||||
--register tree variations using the same texture as default moretree trunks
|
||||
|
||||
minetest.register_node(":"..mod_name..":stripped_date_palm_ffruit_trunk", {
|
||||
description = "Stripped date_palm_fruit_trunk",
|
||||
tiles = {
|
||||
"stripped_"..mod_name.."_date_palm_trunk_top.png",
|
||||
"stripped_"..mod_name.."_date_palm_trunk_top.png",
|
||||
"stripped_"..mod_name.."_date_palm_trunk.png"
|
||||
},
|
||||
groups = {tree = 1, choppy = 2, oddly_breakable_by_hand = 1, flammable = 2, not_in_creative_inventory = 1},
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
paramtype2 = "facedir",
|
||||
on_place = minetest.rotate_node,
|
||||
})
|
||||
|
||||
minetest.register_node(":"..mod_name..":stripped_date_palm_mfruit_trunk", {
|
||||
description = "Stripped date_palm_fruit_trunk",
|
||||
tiles = {
|
||||
|
Loading…
Reference in New Issue
Block a user