diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-05-27 21:27:10 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2021-05-27 21:27:10 +0300 |
commit | 0da8b453600577aa2519b9e9427733d9bf4da99d (patch) | |
tree | 07fa43e327239fcfbd1939ac4f646014386a4fa9 /src/main/resources/fabric.mod.json | |
parent | dc48a30a3205967bdc1bcdea33a155ee4a3ddc87 (diff) | |
download | LibGui-0da8b453600577aa2519b9e9427733d9bf4da99d.tar.gz LibGui-0da8b453600577aa2519b9e9427733d9bf4da99d.tar.bz2 LibGui-0da8b453600577aa2519b9e9427733d9bf4da99d.zip |
Update LibNinePatch to 1.1.0, use ContextualTextureRenderer
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6b2cc35..c6e1b4d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -31,7 +31,7 @@ "minecraft": ">=1.16.5", "jankson": "^3.0.0", "fabric-networking-api-v1": "^1.0.0", - "libninepatch": "^1.0.0" + "libninepatch": "^1.1.0" }, "suggests": { "flamingo": "*" |