Restore updated bulb light levels
This commit is contained in:
parent
f5cc4d2d58
commit
839b9e995d
@ -51,10 +51,10 @@ local n_desc = {
|
||||
}
|
||||
|
||||
local bulb_light = {
|
||||
[""] = 14,
|
||||
[""] = minetest.LIGHT_MAX,
|
||||
["_exposed"] = 12,
|
||||
["_weathered"] = 10,
|
||||
["_oxidized"] = 7,
|
||||
["_weathered"] = 8,
|
||||
["_oxidized"] = 4,
|
||||
}
|
||||
|
||||
for n, desc in pairs(n_desc) do
|
||||
|
Loading…
x
Reference in New Issue
Block a user