From dba4a297e295d68980da31264b0069fe9b18a13e Mon Sep 17 00:00:00 2001 From: HacktheTime Date: Thu, 12 Oct 2023 20:17:28 +0200 Subject: preperations to have a common code and different implementations for forge and fabric to ease up maintaining both versions --- .../assets/bbsentials/textures/item/splash_hub.png | Bin 5537 -> 0 bytes .../resources/assets/public_bbsentials_cert.crt | Bin 1431 -> 0 bytes src/main/resources/bbsentials.mixins.json | 16 -------- src/main/resources/fabric.mod.json | 43 --------------------- src/main/resources/logo.png | Bin 2092 -> 0 bytes .../resources/sounds/mixkit-gaming-lock-2848.wav | Bin 201240 -> 0 bytes .../sounds/mixkit-interface-option-select-2573.wav | Bin 274068 -> 0 bytes src/main/resources/sounds/mixkit-long-pop-2358.wav | Bin 226002 -> 0 bytes .../resources/sounds/mixkit-sci-fi-click-900.wav | Bin 184244 -> 0 bytes .../sounds/mixkit-sci-fi-confirmation-914.wav | Bin 276320 -> 0 bytes 10 files changed, 59 deletions(-) delete mode 100644 src/main/resources/assets/bbsentials/textures/item/splash_hub.png delete mode 100644 src/main/resources/assets/public_bbsentials_cert.crt delete mode 100644 src/main/resources/bbsentials.mixins.json delete mode 100644 src/main/resources/fabric.mod.json delete mode 100644 src/main/resources/logo.png delete mode 100644 src/main/resources/sounds/mixkit-gaming-lock-2848.wav delete mode 100644 src/main/resources/sounds/mixkit-interface-option-select-2573.wav delete mode 100644 src/main/resources/sounds/mixkit-long-pop-2358.wav delete mode 100644 src/main/resources/sounds/mixkit-sci-fi-click-900.wav delete mode 100644 src/main/resources/sounds/mixkit-sci-fi-confirmation-914.wav (limited to 'src/main/resources') diff --git a/src/main/resources/assets/bbsentials/textures/item/splash_hub.png b/src/main/resources/assets/bbsentials/textures/item/splash_hub.png deleted file mode 100644 index 7929d1a..0000000 Binary files a/src/main/resources/assets/bbsentials/textures/item/splash_hub.png and /dev/null differ diff --git a/src/main/resources/assets/public_bbsentials_cert.crt b/src/main/resources/assets/public_bbsentials_cert.crt deleted file mode 100644 index 723fc34..0000000 Binary files a/src/main/resources/assets/public_bbsentials_cert.crt and /dev/null differ diff --git a/src/main/resources/bbsentials.mixins.json b/src/main/resources/bbsentials.mixins.json deleted file mode 100644 index 82a341e..0000000 --- a/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": [ - "ClientCommandSourceMixin", - "ItemRendererMixin", - "ScreenMixin", - "SimpleOptionMixin" - ], - "injectors": { - "defaultRequire": 1 - } -} \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json deleted file mode 100644 index 506dcba..0000000 --- a/src/main/resources/fabric.mod.json +++ /dev/null @@ -1,43 +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.client.BBsentials" - ], - "modmenu": [ "de.hype.bbsentials.client.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 diff --git a/src/main/resources/logo.png b/src/main/resources/logo.png deleted file mode 100644 index 407312a..0000000 Binary files a/src/main/resources/logo.png and /dev/null differ diff --git a/src/main/resources/sounds/mixkit-gaming-lock-2848.wav b/src/main/resources/sounds/mixkit-gaming-lock-2848.wav deleted file mode 100644 index d079479..0000000 Binary files a/src/main/resources/sounds/mixkit-gaming-lock-2848.wav and /dev/null differ diff --git a/src/main/resources/sounds/mixkit-interface-option-select-2573.wav b/src/main/resources/sounds/mixkit-interface-option-select-2573.wav deleted file mode 100644 index f118ac5..0000000 Binary files a/src/main/resources/sounds/mixkit-interface-option-select-2573.wav and /dev/null differ diff --git a/src/main/resources/sounds/mixkit-long-pop-2358.wav b/src/main/resources/sounds/mixkit-long-pop-2358.wav deleted file mode 100644 index 4bed79a..0000000 Binary files a/src/main/resources/sounds/mixkit-long-pop-2358.wav and /dev/null differ diff --git a/src/main/resources/sounds/mixkit-sci-fi-click-900.wav b/src/main/resources/sounds/mixkit-sci-fi-click-900.wav deleted file mode 100644 index 582445e..0000000 Binary files a/src/main/resources/sounds/mixkit-sci-fi-click-900.wav and /dev/null differ diff --git a/src/main/resources/sounds/mixkit-sci-fi-confirmation-914.wav b/src/main/resources/sounds/mixkit-sci-fi-confirmation-914.wav deleted file mode 100644 index 37800c9..0000000 Binary files a/src/main/resources/sounds/mixkit-sci-fi-confirmation-914.wav and /dev/null differ -- cgit