diff options
Diffstat (limited to 'assets/gen/biomes/desert.json')
-rwxr-xr-x | assets/gen/biomes/desert.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/gen/biomes/desert.json b/assets/gen/biomes/desert.json new file mode 100755 index 0000000..cda9d73 --- /dev/null +++ b/assets/gen/biomes/desert.json @@ -0,0 +1,11 @@ +{
+ "name":"DESERT",
+ "top_block": 13,
+ "bottom_block": 13,
+ "roughness": 0.6,
+ "scale": 0.6,
+ "exp": 1.2,
+ "decorations": {
+ "cactus": "0.005"
+ }
+}
\ No newline at end of file |