mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2024-12-26 02:30:21 +01:00
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",
|
||||
"jungletree",
|
||||
"junglewood",
|
||||
"pinetree",
|
||||
"pinewood",
|
||||
"pine_tree",
|
||||
"pine_wood",
|
||||
"acacia_tree",
|
||||
"acacia_wood",
|
||||
"obsidian",
|
||||
"obsidian_glass",
|
||||
"stonebrick",
|
||||
@ -60,4 +62,3 @@ for _, name in pairs(default_nodes) do
|
||||
})
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user