From 5523d357f35410a043e83ef4a9506c806056f392 Mon Sep 17 00:00:00 2001 From: isXander Date: Tue, 15 Aug 2023 00:16:13 +0100 Subject: Added json5 to gson serializer --- fabric/build.gradle.kts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fabric') diff --git a/fabric/build.gradle.kts b/fabric/build.gradle.kts index bee77d4..de256bd 100644 --- a/fabric/build.gradle.kts +++ b/fabric/build.gradle.kts @@ -44,6 +44,10 @@ dependencies { implementation(it) include(it) } + libs.bundles.quilt.parsers.let { + implementation(it) + include(it) + } "common"(project(path = ":common", configuration = "namedElements")) { isTransitive = false } "shadowCommon"(project(path = ":common", configuration = "transformProductionFabric")) { isTransitive = false } -- cgit