mirror of
https://github.com/IrisDimensions/earthworld.git
synced 2026-01-04 15:31:38 +00:00
Tests
This commit is contained in:
27
dev.test/biomes/beach.json
Normal file
27
dev.test/biomes/beach.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "Beach",
|
||||
"layers": [
|
||||
{
|
||||
"minHeight": 3,
|
||||
"maxHeight": 6,
|
||||
"palette": [
|
||||
"SAND"
|
||||
]
|
||||
},
|
||||
{
|
||||
"minHeight": 1,
|
||||
"maxHeight": 3,
|
||||
"palette": [
|
||||
"DIRT"
|
||||
]
|
||||
}
|
||||
],
|
||||
"generators":[
|
||||
{
|
||||
"generator": "plain",
|
||||
"min": -1,
|
||||
"max": -1
|
||||
}
|
||||
],
|
||||
"derivative": "JUNGLE_EDGE"
|
||||
}
|
||||
Reference in New Issue
Block a user