projects
/
zefram
/
minetest
/
technic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5e9480
)
Tweak corium light settings
author
Zefram
<zefram@fysh.org>
Wed, 23 Jul 2014 22:40:21 +0000
(23:40 +0100)
committer
Vanessa Ezekowitz
<vanessaezekowitz@gmail.com>
Wed, 23 Jul 2014 22:45:50 +0000
(18:45 -0400)
Flowing corium appeared too dark.
technic/machines/HV/nuclear_reactor.lua
patch
|
blob
|
history
diff --git
a/technic/machines/HV/nuclear_reactor.lua
b/technic/machines/HV/nuclear_reactor.lua
index 003ca6b3d9735bfd0231da25d2ba448b17fa69a3..b240a9ddbdaec2a57d7ce652e2a9be7545f2a6fc 100644
(file)
--- a/
technic/machines/HV/nuclear_reactor.lua
+++ b/
technic/machines/HV/nuclear_reactor.lua
@@
-287,7
+287,7
@@
for _, state in ipairs({ "flowing", "source" }) do
}},
paramtype = "light",
paramtype2 = (state == "flowing" and "flowingliquid" or nil),
- light_source = (state == "source" and
4 or 3
),
+ light_source = (state == "source" and
8 or 5
),
walkable = false,
pointable = false,
diggable = false,