Restore updated bulb light levels

This commit is contained in:
Elias Åström 2024-11-19 15:59:13 +01:00 committed by cora
parent f5cc4d2d58
commit 839b9e995d

View File

@ -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