diff options
author | HacktheTime <l4bg0jb7@duck.com> | 2023-09-26 17:01:49 +0200 |
---|---|---|
committer | HacktheTime <l4bg0jb7@duck.com> | 2023-09-26 17:01:49 +0200 |
commit | 1e8c85d2bbf1d8a6fb7bc125becd790c15654dbe (patch) | |
tree | ebdbf63e2f7cd08ee162f8dd17ae784d680d671b /src/main/resources/fabric.mod.json | |
parent | 9d673ac2a30da174b17978b78a1af49a915df677 (diff) | |
download | BBsentials-1e8c85d2bbf1d8a6fb7bc125becd790c15654dbe.tar.gz BBsentials-1e8c85d2bbf1d8a6fb7bc125becd790c15654dbe.tar.bz2 BBsentials-1e8c85d2bbf1d8a6fb7bc125becd790c15654dbe.zip |
null pointer connection bug fixes
added contributers to mod json
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 1 |
1 files changed, 1 insertions, 0 deletions
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", |