0

added a built-in cave rendermode

This commit is contained in:
Andrew Brown
2012-03-02 23:50:04 -05:00
parent 21cf4fc5dd
commit 8e559be824
2 changed files with 2 additions and 1 deletions

View File

@@ -539,3 +539,4 @@ primitives for your convenience. Here are their definitions::
nether = [Base(), EdgeLines(), Nether()]
nether_lighting = [Base(), EdgeLines(), Nether(), Lighting()]
nether_smooth_lighting = [Base(), EdgeLines(), Nether(), SmoothLighting()]
cave = [Base(), EdgeLines(), Cave(), DepthTinting()]