mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 10:31:24 +01:00
chore: update version
This commit is contained in:
parent
2ce8715960
commit
1fe6156ea2
7 changed files with 31 additions and 26 deletions
|
|
@ -53,7 +53,8 @@ function getMinimalDataJson() {
|
|||
religions: pack.religions,
|
||||
rivers: pack.rivers,
|
||||
markers: pack.markers,
|
||||
routes: pack.routes
|
||||
routes: pack.routes,
|
||||
zones: pack.zones
|
||||
};
|
||||
return JSON.stringify({info, settings, mapCoordinates, pack: packData, biomesData, notes, nameBases});
|
||||
}
|
||||
|
|
@ -172,7 +173,8 @@ function getPackCellsData() {
|
|||
religions: pack.religions,
|
||||
rivers: pack.rivers,
|
||||
markers: pack.markers,
|
||||
routes: pack.routes
|
||||
routes: pack.routes,
|
||||
zones: pack.zones
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue