forked from Terasology/EdibleSubstance
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update core (spring cleanup) (Terasology#2)
- Loading branch information
1 parent
2ec9943
commit ecf2122
Showing
1 changed file
with
12 additions
and
19 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,21 +1,14 @@ | ||
{ | ||
"id" : "EdibleSubstance", | ||
"version" : "1.0.0-SNAPSHOT", | ||
"author" : "Josharias", | ||
"displayName" : "EdibleSubstance", | ||
"description" : "Allows substances to be tagged as edible and consumed", | ||
"dependencies" : [ | ||
{ | ||
"id": "SubstanceMatters", "minVersion": "1.0.0" | ||
}, | ||
{ | ||
"id": "Hunger", "minVersion": "1.0.0" | ||
}, | ||
{ | ||
"id": "Thirst", "minVersion": "1.0.0" | ||
}, | ||
{ | ||
"id": "Fluid", "minVersion": "1.0.0" | ||
} | ||
] | ||
"id": "EdibleSubstance", | ||
"version": "1.0.0", | ||
"author": "Josharias", | ||
"displayName": "EdibleSubstance", | ||
"description": "Allows substances to be tagged as edible and consumed", | ||
"dependencies": [ | ||
{ "id": "Fluid", "minVersion": "1.1.0" }, | ||
{ "id": "Hunger", "minVersion": "1.1.0" }, | ||
{ "id": "SubstanceMatters", "minVersion": "1.0.1" }, | ||
{ "id": "Thirst", "minVersion": "1.0.0" } | ||
], | ||
"isLibrary": true | ||
} |