aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorJuuz <6596629+Juuxel@users.noreply.github.com>2023-03-18 16:25:38 +0200
committerGitHub <noreply@github.com>2023-03-18 16:25:38 +0200
commitc3600612a83442eeadf99a1602ab07537b071b66 (patch)
tree1d88bdedd4c00c332fa4f4e7f78b9c0ee842a2a9 /src/main/resources/fabric.mod.json
parent91e4e6401089d6dc5b92589fa1fb1501b7217cf0 (diff)
downloadLibGui-c3600612a83442eeadf99a1602ab07537b071b66.tar.gz
LibGui-c3600612a83442eeadf99a1602ab07537b071b66.tar.bz2
LibGui-c3600612a83442eeadf99a1602ab07537b071b66.zip
Improve tiled NinePatchBackgroundPainter performance (#185)
* Improve tiled NinePatchBackgroundPainter performance * Use Fabric API's CoreShaderRegistrationCallback * Switch to LibNinePatch release build * Rename libgui:tiled -> libgui:tiled_rectangle * Fix grammar
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r--src/main/resources/fabric.mod.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 22868a2..b5d1caf 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -28,10 +28,10 @@
"fabric-api-base": ">=0.4.4",
"fabric-lifecycle-events-v1": "^2.0.2",
"fabric-networking-api-v1": "^1.0.21",
- "fabric-rendering-v1": "^1.10.7",
+ "fabric-rendering-v1": "^1.13.0",
"minecraft": ">=1.19.3",
"jankson": "^5.0.0",
- "libninepatch": "^1.1.0"
+ "libninepatch": "^1.2.0"
},
"suggests": {
"flamingo": "*"