mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
16 lines
370 B
JSON
16 lines
370 B
JSON
{
|
|
"seed": 234234,
|
|
"composite": [{"style": {
|
|
"INFO": "THIS IS AN EXAMPLE GENERATOR UTILIZING THE IMAGE HEIGHTMAP",
|
|
"multiplier": 1,
|
|
"imageMap": {
|
|
"image": "bricks",
|
|
"centered": true,
|
|
"tiled": true,
|
|
"coordinateScale": 1,
|
|
"channel": "RED"
|
|
},
|
|
"zoom": 0.25
|
|
}}]
|
|
}
|