diff options
author | Calinou <Calinou@users.noreply.github.com> | 2015-07-05 11:28:33 +0200 |
---|---|---|
committer | Calinou <Calinou@users.noreply.github.com> | 2015-07-05 11:28:33 +0200 |
commit | b00d4777cdfaa0c01f5a29389d1084e9e3b4ce30 (patch) | |
tree | fd59c3f55ccb0b6333033592f0fa24484b8691c6 | |
parent | 4799368e5b4fb1b6538d496c2788f390860b5824 (diff) | |
parent | 896af9570316bbbde168a970e22b4c69c90f0636 (diff) | |
download | moreblocks-b00d4777cdfaa0c01f5a29389d1084e9e3b4ce30.tar.gz moreblocks-b00d4777cdfaa0c01f5a29389d1084e9e3b4ce30.tar.bz2 moreblocks-b00d4777cdfaa0c01f5a29389d1084e9e3b4ce30.zip |
Merge pull request #18 from kilbith/master
Save light_source in saw's output for glowing default nodes
-rw-r--r-- | stairsplus/registrations.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stairsplus/registrations.lua b/stairsplus/registrations.lua index f1d5a14..54cdcbb 100644 --- a/stairsplus/registrations.lua +++ b/stairsplus/registrations.lua @@ -56,6 +56,7 @@ for _, name in pairs(default_nodes) do sounds = ndef.sounds, tiles = ndef.tiles, sunlight_propagates = true, + light_source = ndef.light_source }) end end |