1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-25 18:55:28 +01:00

[moreblocks] Updates

- Fix #302
- Add cherry tree/wood to the list of sawable items
This commit is contained in:
LeMagnesium
2015-10-11 16:16:22 +02:00
parent 11c8a7f060
commit 61822023cf
24 changed files with 587 additions and 349 deletions

View File

@@ -18,18 +18,24 @@ local default_nodes = { -- Default stairs/slabs/panels/microblocks:
"diamondblock",
"desert_stone",
"desert_cobble",
"meselamp",
"glass",
"tree",
"wood",
"jungletree",
"junglewood",
"pinetree",
"pinewood",
"pine_tree",
"pine_wood",
"cherry_tree",
"cherry_plank",
"acacia_tree",
"acacia_wood",
"obsidian",
"obsidian_glass",
"stonebrick",
"desert_stonebrick",
"sandstonebrick",
"obsidianbrick",
}
for _, name in pairs(default_nodes) do
@@ -54,7 +60,7 @@ for _, name in pairs(default_nodes) do
sounds = ndef.sounds,
tiles = ndef.tiles,
sunlight_propagates = true,
light_source = ndef.light_source
})
end
end