Added a NoFluids render mode primitive, and documented it.
This commit is contained in:
@@ -68,6 +68,9 @@ class Exposed(RenderPrimitive):
|
||||
options = {
|
||||
"mode": ("0 = exposed blocks only, 1 = unexposed blocks only", 0),
|
||||
}
|
||||
|
||||
class NoFluids(RenderPrimitive):
|
||||
name = "no-fluids"
|
||||
|
||||
class EdgeLines(RenderPrimitive):
|
||||
name = "edge-lines"
|
||||
|
||||
Reference in New Issue
Block a user