From f6ecfac78b963a694a13891df06413df104b19fb Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 17 Nov 2023 01:20:36 -0500 Subject: Update for 1.20 --- src/main/resources/fabric.mod.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/main/resources/fabric.mod.json') 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" } } -- cgit v1.2.3