0

Fixed custom depth rendering

This commit is contained in:
Andrew Francis Thomas
2022-01-13 19:35:37 -07:00
committed by Nicolas F
parent acf6479f4c
commit 7a55d33e8f
3 changed files with 5 additions and 5 deletions

View File

@@ -67,8 +67,8 @@ class HeightFading(RenderPrimitive):
class Depth(RenderPrimitive):
name = "depth"
options = {
"min": ("lowest level of blocks to render", 0),
"max": ("highest level of blocks to render", 255),
"min": ("lowest level of blocks to render", -64),
"max": ("highest level of blocks to render", 319),
}
class Exposed(RenderPrimitive):