summaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2023-11-17 01:20:36 -0500
committerKyle Gunger <kgunger12@gmail.com>2023-11-17 01:20:36 -0500
commitf6ecfac78b963a694a13891df06413df104b19fb (patch)
treef63a4bedfe46d7da2ab61406387f80de76834b36 /src/main/resources
parent1153728baf02b300117227b0811a03c569b8f12a (diff)
Update for 1.20HEADmain
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json14
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"
}
}