diff --git a/module.txt b/module.txt index e17e4ac..885a839 100644 --- a/module.txt +++ b/module.txt @@ -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 }