forked from minetest-mods/moreblocks
Add acacia tree and wood, modify pine tree and wood names
This commit is contained in:
parent
eab25074be
commit
f02a871c30
@ -24,8 +24,10 @@ local default_nodes = { -- Default stairs/slabs/panels/microblocks:
|
|||||||
"wood",
|
"wood",
|
||||||
"jungletree",
|
"jungletree",
|
||||||
"junglewood",
|
"junglewood",
|
||||||
"pinetree",
|
"pine_tree",
|
||||||
"pinewood",
|
"pine_wood",
|
||||||
|
"acacia_tree",
|
||||||
|
"acacia_wood",
|
||||||
"obsidian",
|
"obsidian",
|
||||||
"obsidian_glass",
|
"obsidian_glass",
|
||||||
"stonebrick",
|
"stonebrick",
|
||||||
@ -60,4 +62,3 @@ for _, name in pairs(default_nodes) do
|
|||||||
})
|
})
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user