aboutsummaryrefslogtreecommitdiff
path: root/common/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/main/resources/fabric.mod.json')
-rw-r--r--common/src/main/resources/fabric.mod.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/common/src/main/resources/fabric.mod.json b/common/src/main/resources/fabric.mod.json
new file mode 100644
index 0000000..d296d7c
--- /dev/null
+++ b/common/src/main/resources/fabric.mod.json
@@ -0,0 +1,45 @@
+{
+ "schemaVersion": 1,
+ "id": "bbsentials",
+ "version": "${version}",
+ "name": "BBsentials",
+ "icon": "logo.png",
+ "description": "Mod to connect to the BBsentials Network for Splashes and more",
+ "authors": [
+ "Hype_the_Time/hackthetime"
+ ],
+ "contributors": ["hannibal2"],
+ "contact": {
+ "homepage": "https://github.com/HacktheTime/BBsentials1.20",
+ "issues": "https://github.com/HacktheTime/BBsentials1.20/issues",
+ "email": "s0844x76@duck.com",
+ "sources": "https://github.com/HacktheTime/BBsentials1.20"
+ },
+ "license": "Look on Github (Sources). a Modified \"CC BY-NC-ND 4.0\" License",
+ "environment": "client",
+ "entrypoints": {
+ "client": [
+ "de.hype.bbsentials.common.client.BBsentials"
+ ],
+ "modmenu": [
+ "de.hype.bbsentials.fabric.ModMenueScreen"
+ ]
+ },
+ "depends": {
+ "fabricloader": ">=${loader_version}",
+ "fabric": "*",
+ "minecraft": "${minecraft_version}"
+ },
+ "mixins": [
+ "bbsentials.mixins.json"
+ ],
+ "custom": {
+ "modmenu": {
+ "links": {
+ "License": "https://github.com/HacktheTime/BBsentials1.20/blob/master/LICENSE",
+ "modmenu.discord":"discord.gg/qr5mPRq8uG"
+ },
+ "update_checker": true
+ }
+ }
+} \ No newline at end of file