-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Case-insensitive biome id and fix Core reference (#1)
* feat: Use Name instead String for biome ids * chore: update module version and dependencies * chore: upgrade `CoreAssets` dependency to 2.0.1 Co-authored-by: Niruandaleth <[email protected]>
- Loading branch information
1 parent
6dc0206
commit 1eacc18
Showing
2 changed files
with
22 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,14 @@ | ||
{ | ||
"id": "CoreWorlds", | ||
"version": "1.0.0", | ||
"isReleaseManaged": true, | ||
"author": "The Terasology Foundation", | ||
"displayName": "CoreWorlds", | ||
"description": "A basic set of world generators and facets.", | ||
"dependencies": [ | ||
{ | ||
"id": "BiomesAPI", | ||
"minVersion": "3.0.0" | ||
}, | ||
{ | ||
"id": "CoreAssets", | ||
"minVersion": "2.0.0" | ||
} | ||
], | ||
"serverSideOnly": false, | ||
"isWorld": true | ||
"id": "CoreWorlds", | ||
"version": "1.1.0", | ||
"isReleaseManaged": true, | ||
"author": "The Terasology Foundation", | ||
"displayName": "CoreWorlds", | ||
"description": "A basic set of world generators and facets.", | ||
"dependencies": [ | ||
{ "id": "BiomesAPI", "minVersion": "4.0.0" }, | ||
{ "id": "CoreAssets", "minVersion": "2.0.1" } | ||
], | ||
"serverSideOnly": false, | ||
"isWorld": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters