1
0
mirror of https://github.com/minetest-mods/moreblocks.git synced 2025-06-28 14:16:21 +02:00

Merge pull request #18 from kilbith/master

Save light_source in saw's output for glowing default nodes
This commit is contained in:
Calinou
2015-07-05 11:28:33 +02:00

@ -56,6 +56,7 @@ for _, name in pairs(default_nodes) do
sounds = ndef.sounds, sounds = ndef.sounds,
tiles = ndef.tiles, tiles = ndef.tiles,
sunlight_propagates = true, sunlight_propagates = true,
light_source = ndef.light_source
}) })
end end
end end