diff options
author | Kyle Gunger <corechg@gmail.com> | 2020-04-15 15:09:41 -0400 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2020-04-15 15:09:41 -0400 |
commit | aed6ed909ee81beecac2836cb86654efe29e154b (patch) | |
tree | 84405cfa1b58a193335b9a47940fcaaa0ff764f6 /src/main/resources/fabric.mod.json | |
parent | 2f8be08dc2d398d71c2325b545e8fc49ca4e214d (diff) |
[Update] Version 0.5.1
More documentation, and an updated list of packets
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 918da54..1a5136b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,7 +1,7 @@ { "schemaVersion": 1, "id": "transit-api", - "version": "${version}", + "version": "0.5.1", "name": "Transit API", "description": "General purpose API for transfering fluid, items, energy, anything.", @@ -21,10 +21,6 @@ }, "depends": { - "fabricloader": ">=0.4.0", - "fabric": "*" - }, - "suggests": { - "flamingo": "*" + "fabricloader": ">=0.4.0" } } |