From fa0f95077c864b4905da4e083b7350a9fee3c393 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 9 May 2020 22:50:34 +0200 Subject: updated fabric names --- src/main/resources/fabric.mod.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/main') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1da1e01..5fc83a6 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -2,15 +2,14 @@ "schemaVersion": 1, "id": "parquet", "version": "${version}", - - "name": "Vanilla", - "description": "Who knows", + "name": "parquet", + "description": "Random stuff", "authors": [ "kompetenzbolzen" ], "contact": { - "homepage": "https://jag.re/", - "sources": "https://github.com/" + "homepage": "https://github.com/kompetenzbolzen/parquet", + "sources": "https://github.com/kompetenzbolzen/parquet" }, "license": "", -- cgit v1.2.3