aboutsummaryrefslogtreecommitdiff
path: root/common/src/main/resources
diff options
context:
space:
mode:
authorHacktheTime <l4bg0jb7@duck.com>2023-10-13 18:22:33 +0200
committerHacktheTime <l4bg0jb7@duck.com>2023-10-13 18:22:33 +0200
commite3d509924c44678e6c8f07bd0e33a75db894c810 (patch)
treeb3c03f3c3a96331061e8eb305ef75bbe6a33da4d /common/src/main/resources
parent76acd0ddad4230728fd5db6aad0918c25138e5cb (diff)
downloadBBsentials-e3d509924c44678e6c8f07bd0e33a75db894c810.tar.gz
BBsentials-e3d509924c44678e6c8f07bd0e33a75db894c810.tar.bz2
BBsentials-e3d509924c44678e6c8f07bd0e33a75db894c810.zip
more changes
Diffstat (limited to 'common/src/main/resources')
-rw-r--r--common/src/main/resources/bbsentials.mixins.json16
-rw-r--r--common/src/main/resources/fabric.mod.json45
2 files changed, 0 insertions, 61 deletions
diff --git a/common/src/main/resources/bbsentials.mixins.json b/common/src/main/resources/bbsentials.mixins.json
deleted file mode 100644
index 4467110..0000000
--- a/common/src/main/resources/bbsentials.mixins.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- "required": true,
- "minVersion": "0.8",
- "package": "de.hype.bbsentials.mixins",
- "compatibilityLevel": "JAVA_8",
- "mixins": [],
- "client": [
- "de.hype.bbsentials.common.mixins.ClientCommandSourceMixin",
- "de.hype.bbsentials.common.mixins.ItemRendererMixin",
- "de.hype.bbsentials.common.mixins.ScreenMixin",
- "de.hype.bbsentials.common.mixins.SimpleOptionMixin"
- ],
- "injectors": {
- "defaultRequire": 1
- }
-} \ No newline at end of file
diff --git a/common/src/main/resources/fabric.mod.json b/common/src/main/resources/fabric.mod.json
deleted file mode 100644
index d296d7c..0000000
--- a/common/src/main/resources/fabric.mod.json
+++ /dev/null
@@ -1,45 +0,0 @@
-{
- "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