Skip to content

Commit

Permalink
fix: remove unnecessary Drops dependency
Browse files Browse the repository at this point in the history
- updates version in module.txt to 1.1.0
  • Loading branch information
jdrueckert committed May 10, 2020
1 parent 29e54f4 commit ac0ec6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions module.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"id" : "Furnishings",
"version" : "1.0.0",
"version" : "1.1.0",
"isReleaseManaged": true,
"author" : "The Terasology Foundation",
"displayName" : "Furnishings",
"description" : "A library module providing logic for furnishings, like doors or chests.",
"dependencies" : [
{ "id": "Drops", "minVersion": "1.0.0" },
{ "id": "Inventory", "minVersion": "1.1.0" }
],
"serverSideOnly" : false,
Expand Down

0 comments on commit ac0ec6e

Please sign in to comment.