From fc387781bba9d875f657bf84c9d88bc135ab1ff7 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sat, 9 Jan 2021 03:36:12 -0500 Subject: New layout ~ Switch from net.corechg.mc to net.corechg ~ Update to newer build system --- src/main/resources/fabric.mod.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/resources') 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" } } -- cgit v1.2.3