-
Notifications
You must be signed in to change notification settings - Fork 41
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
6afbc53
commit 0da9abb
Showing
3 changed files
with
37 additions
and
37 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,37 +1,37 @@ | ||
{ | ||
"id": "Equipment", | ||
"version": "1.3.0-SNAPSHOT", | ||
"author": "XTariq, Aditya Singh, ElBatanony, Gautam Naik, iojw (Isaac), Mandar Juvekar, gkaretka, Patrick Wang, smsunarto, Arpit Kamboj(digitalripperynr), Tim Verhaegen (xTimPugz), kallentu, Minege, NicholasBatesNZ,SufurElite, He Who Shall Not Be Named (VaibhavBajaj), meganyyu, PokeyOne, Marvel0usx", | ||
"displayName": "Equipment", | ||
"description": "A basic system allowing for characters to have equipment.\n\nAlso, lots of equipment assets.", | ||
"dependencies": [ | ||
{ | ||
"id": "AlterationEffects", | ||
"minVersion": "1.1.0" | ||
}, | ||
{ | ||
"id": "ClimateConditions", | ||
"minVersion": "1.0.0" | ||
}, | ||
{ | ||
"id": "Health", | ||
"minVersion": "1.0.0" | ||
}, | ||
{ | ||
"id": "Inventory", | ||
"minVersion": "1.1.0" | ||
}, | ||
{ | ||
"id": "ManualLabor", | ||
"minVersion": "1.3.0", | ||
"optional": true | ||
}, | ||
{ | ||
"id": "PhysicalStats", | ||
"minVersion": "1.0.0" | ||
} | ||
], | ||
"serverSideOnly": false, | ||
"isLibrary": true, | ||
"isAsset": true | ||
"id": "Equipment", | ||
"version": "1.3.0-SNAPSHOT", | ||
"author": "XTariq, Aditya Singh, ElBatanony, Gautam Naik, iojw (Isaac), Mandar Juvekar, gkaretka, Patrick Wang, smsunarto, Arpit Kamboj(digitalripperynr), Tim Verhaegen (xTimPugz), kallentu, Minege, NicholasBatesNZ,SufurElite, He Who Shall Not Be Named (VaibhavBajaj), meganyyu, PokeyOne, Marvel0usx", | ||
"displayName": "Equipment", | ||
"description": "A basic system allowing for characters to have equipment.\n\nAlso, lots of equipment assets.", | ||
"dependencies": [ | ||
{ | ||
"id": "AlterationEffects", | ||
"minVersion": "1.1.0" | ||
}, | ||
{ | ||
"id": "ClimateConditions", | ||
"minVersion": "1.0.0" | ||
}, | ||
{ | ||
"id": "Health", | ||
"minVersion": "2.0.0-SNAPSHOT" | ||
}, | ||
{ | ||
"id": "Inventory", | ||
"minVersion": "1.1.0" | ||
}, | ||
{ | ||
"id": "ManualLabor", | ||
"minVersion": "1.3.0", | ||
"optional": true | ||
}, | ||
{ | ||
"id": "PhysicalStats", | ||
"minVersion": "1.0.0" | ||
} | ||
], | ||
"serverSideOnly": false, | ||
"isLibrary": true, | ||
"isAsset": 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
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