diff options
author | Kyle Gunger <corechg@gmail.com> | 2021-01-09 03:36:12 -0500 |
---|---|---|
committer | Kyle Gunger <corechg@gmail.com> | 2021-01-09 03:36:12 -0500 |
commit | fc387781bba9d875f657bf84c9d88bc135ab1ff7 (patch) | |
tree | 27eb28bad74451ed2896fa949527b6ad87dc0f3c /src/main/resources | |
parent | bbef11aed29613e34f8d0a01531e73d63b24bc7f (diff) |
New layout
~ Switch from net.corechg.mc to net.corechg
~ Update to newer build system
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/fabric.mod.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 409db16..f3f38ce 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": "0.13.0", + "version": "0.14.0", "name": "Transit API", "description": "Move things about!", @@ -20,12 +20,12 @@ "environment": "*", "entrypoints": { "main": [ - "net.corechg.mc.transit.Transit" + "net.corechg.transit.Transit" ] }, "depends": { - "fabricloader": ">=0.9", + "fabricloader": ">=0.7.4", "minecraft": "1.16.x" } } |