diff options
author | HacktheTime <l4bg0jb7@duck.com> | 2023-07-08 23:50:53 +0200 |
---|---|---|
committer | hackthetime <l4bg0jb7@duck.com> | 2023-09-05 08:21:17 +0200 |
commit | e2e47404759e89cd7ebeed87199c30e9f50db01c (patch) | |
tree | 500aea92fa9e8324d1234bcce2d452bca78a382c /build/resources | |
parent | d1484a138c1a91b61f6f8bb72cb1855d6b12a523 (diff) | |
download | BBsentials-e2e47404759e89cd7ebeed87199c30e9f50db01c.tar.gz BBsentials-e2e47404759e89cd7ebeed87199c30e9f50db01c.tar.bz2 BBsentials-e2e47404759e89cd7ebeed87199c30e9f50db01c.zip |
test
Diffstat (limited to 'build/resources')
-rw-r--r-- | build/resources/main/fabric.mod.json | 30 | ||||
-rw-r--r-- | build/resources/main/hypeclient.mixins.json | 13 | ||||
-rw-r--r-- | build/resources/main/modid.mixins.json | 15 | ||||
-rw-r--r-- | build/resources/main/sounds/mixkit-gaming-lock-2848.wav | bin | 0 -> 201240 bytes | |||
-rw-r--r-- | build/resources/main/sounds/mixkit-interface-option-select-2573.wav | bin | 0 -> 274068 bytes | |||
-rw-r--r-- | build/resources/main/sounds/mixkit-long-pop-2358.wav | bin | 0 -> 226002 bytes | |||
-rw-r--r-- | build/resources/main/sounds/mixkit-sci-fi-click-900.wav | bin | 0 -> 184244 bytes | |||
-rw-r--r-- | build/resources/main/sounds/mixkit-sci-fi-confirmation-914.wav | bin | 0 -> 276320 bytes |
8 files changed, 58 insertions, 0 deletions
diff --git a/build/resources/main/fabric.mod.json b/build/resources/main/fabric.mod.json new file mode 100644 index 0000000..2eb4f2d --- /dev/null +++ b/build/resources/main/fabric.mod.json @@ -0,0 +1,30 @@ +{ + "schemaVersion": 1, + "id": "hype-client", + "version": "1.0", + "name": "hype-client", + "description": "QOL Modifciations", + "authors": [ + "Hack the Time" + ], + "contact": {}, + "license": "All-Rights-Reserved", + "icon": "assets/hype-client/icon.png", + "environment": "client", + "entrypoints": { + "client": [ + "de.hype.hypeclient.client.Hype_clientClient" + ], + "main": [ + "de.hype.hypeclient.Hype_client" + ] + }, + "depends": { + "fabricloader": ">=0.14.21", + "fabric": "*", + "minecraft": "1.20.1" + }, + "mixins": [ + "modid.mixins.json" + ] +} diff --git a/build/resources/main/hypeclient.mixins.json b/build/resources/main/hypeclient.mixins.json new file mode 100644 index 0000000..16a4038 --- /dev/null +++ b/build/resources/main/hypeclient.mixins.json @@ -0,0 +1,13 @@ +{ + "required": true, + "minVersion": "0.8", + "package": "de.hype.hypeclient.mixins", + "compatibilityLevel": "JAVA_17", + "mixins": [ + ], + "client": [ + ], + "injectors": { + "defaultRequire": 1 + } +} diff --git a/build/resources/main/modid.mixins.json b/build/resources/main/modid.mixins.json new file mode 100644 index 0000000..12dc963 --- /dev/null +++ b/build/resources/main/modid.mixins.json @@ -0,0 +1,15 @@ +{ + "required": true, + "minVersion": "0.8", + "package": "de.hype.hypeclient.mixins", + "compatibilityLevel": "JAVA_8", + "mixins": [ + ], + "client": [ + "SimpleOptionMixin", + "ClientCommandSourceMixin" + ], + "injectors": { + "defaultRequire": 1 + } +}
\ No newline at end of file diff --git a/build/resources/main/sounds/mixkit-gaming-lock-2848.wav b/build/resources/main/sounds/mixkit-gaming-lock-2848.wav Binary files differnew file mode 100644 index 0000000..d079479 --- /dev/null +++ b/build/resources/main/sounds/mixkit-gaming-lock-2848.wav diff --git a/build/resources/main/sounds/mixkit-interface-option-select-2573.wav b/build/resources/main/sounds/mixkit-interface-option-select-2573.wav Binary files differnew file mode 100644 index 0000000..f118ac5 --- /dev/null +++ b/build/resources/main/sounds/mixkit-interface-option-select-2573.wav diff --git a/build/resources/main/sounds/mixkit-long-pop-2358.wav b/build/resources/main/sounds/mixkit-long-pop-2358.wav Binary files differnew file mode 100644 index 0000000..4bed79a --- /dev/null +++ b/build/resources/main/sounds/mixkit-long-pop-2358.wav diff --git a/build/resources/main/sounds/mixkit-sci-fi-click-900.wav b/build/resources/main/sounds/mixkit-sci-fi-click-900.wav Binary files differnew file mode 100644 index 0000000..582445e --- /dev/null +++ b/build/resources/main/sounds/mixkit-sci-fi-click-900.wav diff --git a/build/resources/main/sounds/mixkit-sci-fi-confirmation-914.wav b/build/resources/main/sounds/mixkit-sci-fi-confirmation-914.wav Binary files differnew file mode 100644 index 0000000..37800c9 --- /dev/null +++ b/build/resources/main/sounds/mixkit-sci-fi-confirmation-914.wav |