forked from minetest-mods/moreblocks
Merge pull request #18 from kilbith/master
Save light_source in saw's output for glowing default nodes
This commit is contained in:
commit
b00d4777cd
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user