aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorKevin <92656833+kevinthegreat1@users.noreply.github.com>2025-03-02 23:22:16 -0500
committerGitHub <noreply@github.com>2025-03-03 12:22:16 +0800
commit047149f394359ed957a6b9c050d00c8953ed0198 (patch)
tree6cb279b23a1a1744fa239520fb2d1d770cfcdde7 /src/main/resources
parentfa9e6b7663c6f81e08e6e3cc1cf25907522ae82a (diff)
downloadSkyblocker-047149f394359ed957a6b9c050d00c8953ed0198.tar.gz
Skyblocker-047149f394359ed957a6b9c050d00c8953ed0198.tar.bz2
Skyblocker-047149f394359ed957a6b9c050d00c8953ed0198.zip
Fabric updates (#1172)
* Update fabric deps * Migrate client game test to loom * Migrate to new hud api * Fix fancy tab hud * Rename ScreenMaster to WidgetManager * No server game tests * Update deps * Separate fmj for game test * Run production client game test in CI and move template image * Run client game test * Update screenshots dir
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/fabric.mod.json5
-rw-r--r--src/main/resources/templates/skyblocker_render.pngbin629370 -> 0 bytes
2 files changed, 1 insertions, 4 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 162c3797..0677df17 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -22,9 +22,6 @@
"client": [
"de.hysky.skyblocker.SkyblockerMod"
],
- "fabric-client-gametest": [
- "de.hysky.skyblocker.SkyblockerGameTest"
- ],
"modmenu": [
"de.hysky.skyblocker.compatibility.modmenu.ModMenuEntry"
],
@@ -44,7 +41,7 @@
"accessWidener": "skyblocker.accesswidener",
"depends": {
"fabricloader": ">=0.16.9",
- "fabric-api": ">=0.111.0+1.21.4",
+ "fabric-api": ">=0.116.1+1.21.4",
"yet_another_config_lib_v3": ">=3.6.2+1.21.4",
"hm-api": ">=1.0.1+1.21.2",
"minecraft": "~1.21.4",
diff --git a/src/main/resources/templates/skyblocker_render.png b/src/main/resources/templates/skyblocker_render.png
deleted file mode 100644
index d603a577..00000000
--- a/src/main/resources/templates/skyblocker_render.png
+++ /dev/null
Binary files differ