1
0
şunun yansıması https://github.com/minetest-mods/maptools.git eşitlendi 2025-12-31 19:15:21 +01:00

Max light source is 14. (#5)

Bu işleme şunda yer alıyor:
Auke Kok
2016-09-19 10:10:11 -07:00
işlemeyi yapan: GitHub
ebeveyn 8df3f7980f
işleme 94fc5266cb

Dosyayı Görüntüle

@@ -242,7 +242,7 @@ minetest.register_node("maptools:lightbulb", {
drawtype = "airlike",
walkable = false,
pointable = false,
light_source = 15,
light_source = 14,
paramtype = "light",
sunlight_propagates = true,
drop = "",