mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
cloud model update
This commit is contained in:
@@ -370,7 +370,7 @@ internal object BlocksDrawer {
|
||||
|
||||
// hide tiles with super low lights, kinda like Minecraft's Orebfuscator
|
||||
val lightAtXY = LightmapRenderer.getLight(x, y) ?: Cvec(0)
|
||||
if (lightAtXY.fastLum() <= 2f / 255f) {
|
||||
if (lightAtXY.fastLum() <= 4f / 255f) {
|
||||
tileNumber = 2 // black solid
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user