0

added biomes option to Base primitive (default: True)

fixes Issue #644
This commit is contained in:
Aaron Griffith
2012-03-15 04:54:20 -04:00
parent ab22724fc7
commit 9be414e540
2 changed files with 29 additions and 14 deletions

View File

@@ -43,6 +43,9 @@ class RenderPrimitive(object):
class Base(RenderPrimitive):
name = "base"
options = {
"biomes": ("whether or not to use biomes", True),
}
class Nether(RenderPrimitive):
name = "nether"