9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 19:59:20 +00:00
Files
Iris-Pack-Overworld/generators/examples/imageHeightmap.json
2022-06-19 00:24:38 -07:00

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
}}]
}