Skip to content

Commit

Permalink
fix: align with major CoreWorlds bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert committed Dec 27, 2020
1 parent 2cc1efa commit e8cd377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
{ "id": "CoreAdvancedAssets", "minVersion": "1.0.0" },
{ "id": "CoreAssets", "minVersion": "2.0.0" },
{ "id": "CoreRendering", "minVersion": "1.0.0" },
{ "id": "CoreWorlds", "minVersion": "1.1.0" },
{ "id": "CoreWorlds", "minVersion": "1.1.0", "minVersion": "3.0.0" },
{ "id": "Health", "minVersion": "1.0.0" },
{ "id": "Inventory", "minVersion": "1.2.1" }
],
"isGameplay": "true",
"defaultWorldGenerator": "CoreWorlds:FacetedPerlin"
"defaultWorldGenerator": "CoreWorlds:FacetedSimplex"
}

0 comments on commit e8cd377

Please sign in to comment.