Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into chore/gestalt-v7-m…
Browse files Browse the repository at this point in the history
…igration
  • Loading branch information
skaldarnar committed May 1, 2021
2 parents 6218383 + dc3bf85 commit 063a078
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions module.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
{
"id": "PolyWorld",
"version": "1.0.0-SNAPSHOT",
"version": "1.1.0-SNAPSHOT",
"author": "msteiger",
"displayName": "PolyWorld",
"description": "A world generator that creates island worlds based on Amit Patel's flash implementation",
"dependencies": [
{ "id": "BiomesAPI", "minVersion": "4.0.0" },
{ "id": "CommonWorld", "minVersion": "1.0.0" },
{ "id": "CoreAssets", "minVersion": "2.0.1" },
{ "id": "CoreWorlds", "minVersion": "1.1.0", "maxVersion": "3.0.0" }
{
"id": "BiomesAPI",
"minVersion": "4.0.0"
},
{
"id": "CommonWorld",
"minVersion": "1.0.0"
},
{
"id": "CoreAssets",
"minVersion": "2.0.1"
},
{
"id": "CoreWorlds",
"minVersion": "1.1.0",
"maxVersion": "3.0.0"
}
],
"serverSideOnly": false,
"isWorld": true
Expand Down

0 comments on commit 063a078

Please sign in to comment.