From 3f1d1d4e71f1ec3dc59e189e6aad4d99dcf75bd0 Mon Sep 17 00:00:00 2001 From: Falkreon Date: Fri, 27 Sep 2019 16:26:06 -0500 Subject: Implement HSL colors, update jankson --- GuiTest/src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GuiTest/src/main/resources') 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": "*" } } -- cgit