diff options
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 898a95f..69935ee 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,15 +1,15 @@ { "schemaVersion": 1, "id": "sparkt", - "version": "0.0.1", + "version": "0.0.2", "name": "Sparkt", "description": "Wires and whatnot!", "authors": [ - "CCGKyle" + "CSKyle" ], "contact": { - "sources": "https://github.com/CoreChg/Sparkt" + "sources": "https://git.cshift.net/CircleShift/Sparkt" }, "license": "MIT", @@ -18,15 +18,15 @@ "environment": "*", "entrypoints": { "main": [ - "net.corechg.sparkt.SparktInit" + "net.cshift.sparkt.SparktInit" ] }, "depends": { - "fabricloader": ">=0.7.4", + "fabricloader": ">=0.8.0", "fabric": "*", - "minecraft": "1.15.x", + "minecraft": "1.20.x", - "transit-api": ">=0.10.2" + "transit-api": "=3.0.0-alpha-2" } } |