-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: adjust for restructured Health v2.0.0-SNAPSHOT
- bump version for Health to 2.0.0-SNAPSHOT - adjust imports (auto-refactoring done by IntelliJ) Depends on Terasology/Health#78
- Loading branch information
1 parent
6a2b97c
commit 0300c00
Showing
2 changed files
with
15 additions
and
15 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,15 +1,15 @@ | ||
{ | ||
"id": "PhysicalStats", | ||
"version": "1.1.0-SNAPSHOT", | ||
"author": "XTariq", | ||
"displayName": "PhysicalStats", | ||
"description": "Adds a basic RPG stat system for seven physical attributes or stats.", | ||
"dependencies": [ | ||
{ | ||
"id": "Health", | ||
"minVersion": "1.0.0" | ||
} | ||
], | ||
"serverSideOnly": false, | ||
"isLibrary": true | ||
"id": "PhysicalStats", | ||
"version": "1.1.0-SNAPSHOT", | ||
"author": "XTariq", | ||
"displayName": "PhysicalStats", | ||
"description": "Adds a basic RPG stat system for seven physical attributes or stats.", | ||
"dependencies": [ | ||
{ | ||
"id": "Health", | ||
"minVersion": "2.0.0-SNAPSHOT" | ||
} | ||
], | ||
"serverSideOnly": false, | ||
"isLibrary": 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