Skip to content

Commit

Permalink
refactor: adjust for restructured Health v2.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
- bump version for Health to 2.0.0-SNAPSHOT
- adjust imports (auto-refactoring done by IntelliJ)

Depends on Terasology/Health#78
  • Loading branch information
skaldarnar committed Apr 17, 2021
1 parent 2f86f88 commit 880a079
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions module.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,31 @@
"displayName": "Core Gameplay",
"description": "Minimal gameplay template. Little content but a few starting items.",
"dependencies": [
{ "id": "CoreAdvancedAssets", "minVersion": "1.0.0" },
{ "id": "CoreAssets", "minVersion": "2.0.0" },
{ "id": "CoreRendering", "minVersion": "1.0.0" },
{ "id": "CoreWorlds", "minVersion": "1.1.0", "maxVersion": "3.0.0" },
{ "id": "Health", "minVersion": "1.0.0" },
{ "id": "Inventory", "minVersion": "1.2.1" }
{
"id": "CoreAdvancedAssets",
"minVersion": "1.0.0"
},
{
"id": "CoreAssets",
"minVersion": "2.0.0"
},
{
"id": "CoreRendering",
"minVersion": "1.0.0"
},
{
"id": "CoreWorlds",
"minVersion": "1.1.0",
"maxVersion": "3.0.0"
},
{
"id": "Health",
"minVersion": "2.0.0-SNAPSHOT"
},
{
"id": "Inventory",
"minVersion": "1.2.1"
}
],
"isGameplay": "true",
"defaultWorldGenerator": "CoreWorlds:FacetedSimplex"
Expand Down

0 comments on commit 880a079

Please sign in to comment.