From 1e8c85d2bbf1d8a6fb7bc125becd790c15654dbe Mon Sep 17 00:00:00 2001 From: HacktheTime Date: Tue, 26 Sep 2023 17:01:49 +0200 Subject: null pointer connection bug fixes added contributers to mod json --- src/main/resources/fabric.mod.json | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/resources') diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1a25af1..506dcba 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -8,6 +8,7 @@ "authors": [ "Hype_the_Time/hackthetime" ], + "contributors": ["hannibal2"], "contact": { "homepage": "https://github.com/HacktheTime/BBsentials1.20", "issues": "https://github.com/HacktheTime/BBsentials1.20/issues", -- cgit