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 0 -> 5537 bytes .../resources/assets/public_bbsentials_cert.crt | Bin 0 -> 1431 bytes common/src/main/resources/bbsentials.mixins.json | 16 ++++++++ common/src/main/resources/fabric.mod.json | 45 +++++++++++++++++++++ common/src/main/resources/logo.png | Bin 0 -> 2092 bytes .../resources/sounds/mixkit-gaming-lock-2848.wav | Bin 0 -> 201240 bytes .../sounds/mixkit-interface-option-select-2573.wav | Bin 0 -> 274068 bytes .../main/resources/sounds/mixkit-long-pop-2358.wav | Bin 0 -> 226002 bytes .../resources/sounds/mixkit-sci-fi-click-900.wav | Bin 0 -> 184244 bytes .../sounds/mixkit-sci-fi-confirmation-914.wav | Bin 0 -> 276320 bytes 10 files changed, 61 insertions(+) create mode 100644 common/src/main/resources/assets/bbsentials/textures/item/splash_hub.png create mode 100644 common/src/main/resources/assets/public_bbsentials_cert.crt create mode 100644 common/src/main/resources/bbsentials.mixins.json create mode 100644 common/src/main/resources/fabric.mod.json create mode 100644 common/src/main/resources/logo.png create mode 100644 common/src/main/resources/sounds/mixkit-gaming-lock-2848.wav create mode 100644 common/src/main/resources/sounds/mixkit-interface-option-select-2573.wav create mode 100644 common/src/main/resources/sounds/mixkit-long-pop-2358.wav create mode 100644 common/src/main/resources/sounds/mixkit-sci-fi-click-900.wav create mode 100644 common/src/main/resources/sounds/mixkit-sci-fi-confirmation-914.wav (limited to 'common/src/main/resources') diff --git a/common/src/main/resources/assets/bbsentials/textures/item/splash_hub.png b/common/src/main/resources/assets/bbsentials/textures/item/splash_hub.png new file mode 100644 index 0000000..7929d1a Binary files /dev/null and b/common/src/main/resources/assets/bbsentials/textures/item/splash_hub.png differ diff --git a/common/src/main/resources/assets/public_bbsentials_cert.crt b/common/src/main/resources/assets/public_bbsentials_cert.crt new file mode 100644 index 0000000..723fc34 Binary files /dev/null and b/common/src/main/resources/assets/public_bbsentials_cert.crt differ diff --git a/common/src/main/resources/bbsentials.mixins.json b/common/src/main/resources/bbsentials.mixins.json new file mode 100644 index 0000000..4467110 --- /dev/null +++ b/common/src/main/resources/bbsentials.mixins.json @@ -0,0 +1,16 @@ +{ + "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 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 diff --git a/common/src/main/resources/logo.png b/common/src/main/resources/logo.png new file mode 100644 index 0000000..407312a Binary files /dev/null and b/common/src/main/resources/logo.png differ diff --git a/common/src/main/resources/sounds/mixkit-gaming-lock-2848.wav b/common/src/main/resources/sounds/mixkit-gaming-lock-2848.wav new file mode 100644 index 0000000..d079479 Binary files /dev/null and b/common/src/main/resources/sounds/mixkit-gaming-lock-2848.wav differ diff --git a/common/src/main/resources/sounds/mixkit-interface-option-select-2573.wav b/common/src/main/resources/sounds/mixkit-interface-option-select-2573.wav new file mode 100644 index 0000000..f118ac5 Binary files /dev/null and b/common/src/main/resources/sounds/mixkit-interface-option-select-2573.wav differ diff --git a/common/src/main/resources/sounds/mixkit-long-pop-2358.wav b/common/src/main/resources/sounds/mixkit-long-pop-2358.wav new file mode 100644 index 0000000..4bed79a Binary files /dev/null and b/common/src/main/resources/sounds/mixkit-long-pop-2358.wav differ diff --git a/common/src/main/resources/sounds/mixkit-sci-fi-click-900.wav b/common/src/main/resources/sounds/mixkit-sci-fi-click-900.wav new file mode 100644 index 0000000..582445e Binary files /dev/null and b/common/src/main/resources/sounds/mixkit-sci-fi-click-900.wav differ diff --git a/common/src/main/resources/sounds/mixkit-sci-fi-confirmation-914.wav b/common/src/main/resources/sounds/mixkit-sci-fi-confirmation-914.wav new file mode 100644 index 0000000..37800c9 Binary files /dev/null and b/common/src/main/resources/sounds/mixkit-sci-fi-confirmation-914.wav differ -- cgit