better map

This commit is contained in:
2025-11-05 16:18:12 -07:00
parent 2ad7875a7f
commit c4bc94fa63
2 changed files with 7 additions and 6 deletions

View File

@@ -78,12 +78,13 @@
["Spawn Point", "spawn hovel", ""] ["Spawn Point", "spawn hovel", ""]
], ],
"areas": { "areas": {
"unnamed ocean": [600, 64, -150, true, {"radius": 300, "color": [0, 0, 1, 0.25]}], "unnamed ocean": [875, 64, -50, true, {"radius": [420, 400], "color": [0, 0, 1, 0.25]}],
"Farm Region": [-230, 80, -100, true, {"radius": 230, "color": [0, 0.5, 0, 0.15], "offset": [-60, 0]}], "Farm Region": [-235, 80, -100, true, {"radius": 230, "color": [0, 0.5, 0, 0.15], "offset": [-54, 0]}],
"Mount Sharpe": [735, 110, 685, "mountainous region", {"radius": 165, "color": [1, 1, 1, 0.1], "offset": [-54, 4]}], "Mount Sharpe": [735, 110, 685, "mountainous region", {"radius": 165, "color": [1, 1, 1, 0.1], "offset": [-54, 4]}],
"extreme mountains": [-150, 100, 450, true, {"radius": 310, "color": [1, 1, 1, 0.15], "offset": [-60, 0]}], "approximate area of extreme mountains": [-50, 100, 750, true, {"radius": [570, 525], "color": [1, 1, 1, 0.15]}],
"test box": [300, 0, 300, false, {"box": [50, 100], "mode": "line"}], "map_3": [448, 64, 448, false, {"image": "map_3.png", "size": [1024, 1024], "color": [1, 1, 1, 0.5]}],
"test ellipse": [600, 0, 600, false, {"radius": [150, 40]}], "unnamed hill": [400, 100, 235, true, {"radius": [110, 100], "offset": [-40, 0]}],
"test image": [0, 0, 0, true, {"image": "test image.png", "size": [1000, 1000]}] "unnamed plains": [40, 100, 140, true, {"radius": [115, 85], "offset": [-50, 0]}],
"original worldborder": [0, 87, 0, false, {"box": [1000, 1000], "mode": "line"}]
} }
} }

BIN
map_3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB