summaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2023-11-14 17:09:23 -0500
committerKyle Gunger <kgunger12@gmail.com>2023-11-14 17:09:23 -0500
commitd1680864edfbc7cec0e6decf1e3a2b30f120aa0e (patch)
treeb47154132e9f3212cc8ed4457e5d4dafee6f1124 /src/main/resources/fabric.mod.json
parent80fe25bcb811508a5fe826c37513a8a63239cb55 (diff)
Update to 1.20.2
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 9768c22..6f2fbd5 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": "2.0.0",
+ "version": "3.0.0-alpha",
"name": "Transit API",
"description": "Move things about!",
@@ -9,7 +9,7 @@
"CSKyle"
],
"contact": {
- "homepage": "https://cshift.net/",
+ "homepage": "https://cshift.net/TransitAPI",
"sources": "https://github.com/CircleShift/TransitAPI",
"issues": "https://github.com/CircleShift/TransitAPI/issues"
},
@@ -20,12 +20,12 @@
"environment": "*",
"entrypoints": {
"main": [
- "net.cshift.transit.Transit"
+ "net.cshift.api.transit.Transit"
]
},
"depends": {
- "fabricloader": ">=0.7.4",
- "minecraft": "1.17.x"
+ "fabricloader": ">=0.14.0",
+ "minecraft": "1.20.x"
}
}