From 5cf67526600deb0db677d7b3db0f86c034090fa5 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Tue, 21 Apr 2020 18:50:51 -0400 Subject: [Update] Version 0.11.1 ~ Changed the init file name ~ Edits to the requirements of nodes --- src/main/resources/fabric.mod.json | 4 ++-- 1 file changed, 2 insertions(+), 2 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 2c556ef..b43e25f 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.10.3", + "version": "0.11.1", "name": "Transit API", "description": "Move about!", @@ -19,7 +19,7 @@ "environment": "*", "entrypoints": { "main": [ - "net.corechg.transit.InitTransit" + "net.corechg.transit.Transit" ] }, -- cgit v1.2.3