diff options
author | Falkreon <falkreon@gmail.com> | 2019-09-27 16:26:06 -0500 |
---|---|---|
committer | Falkreon <falkreon@gmail.com> | 2019-09-27 16:26:06 -0500 |
commit | 3f1d1d4e71f1ec3dc59e189e6aad4d99dcf75bd0 (patch) | |
tree | 8ce303d870231a3103d8098656013a4d06c7849a /GuiTest/src/main/resources/fabric.mod.json | |
parent | e5e01ab46867cb839e17fc7a10563c81e9952320 (diff) | |
download | LibGui-3f1d1d4e71f1ec3dc59e189e6aad4d99dcf75bd0.tar.gz LibGui-3f1d1d4e71f1ec3dc59e189e6aad4d99dcf75bd0.tar.bz2 LibGui-3f1d1d4e71f1ec3dc59e189e6aad4d99dcf75bd0.zip |
Implement HSL colors, update jankson
Diffstat (limited to 'GuiTest/src/main/resources/fabric.mod.json')
-rw-r--r-- | GuiTest/src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GuiTest/src/main/resources/fabric.mod.json b/GuiTest/src/main/resources/fabric.mod.json index df68f07..b514f2b 100644 --- a/GuiTest/src/main/resources/fabric.mod.json +++ b/GuiTest/src/main/resources/fabric.mod.json @@ -23,7 +23,7 @@ "depends": { "fabricloader": ">=0.4.0", "libgui": "*", - "jankson": "1.0.x", + "jankson": "2.x.x", "fabric": "*" } } |