Skip to content

Commit

Permalink
chore: update core (spring cleanup) (Terasology#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert authored May 19, 2020
1 parent 2ec9943 commit ecf2122
Showing 1 changed file with 12 additions and 19 deletions.
31 changes: 12 additions & 19 deletions module.txt
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
}

0 comments on commit ecf2122

Please sign in to comment.