From 9240185f9ca38a632b42edcf1736358fbd6a1513 Mon Sep 17 00:00:00 2001 From: Big-Iron-Cheems <52252627+Big-Iron-Cheems@users.noreply.github.com> Date: Fri, 19 Dec 2025 13:27:36 +0100 Subject: [PATCH] build(deps): Remove deprecated `fabric-resource-loader-v0` module Fabric API's 1.21.11 branch effectively integrated all of `v0` in the `v1` module instead. --- build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index eb08441ce6..110f2dc535 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -77,7 +77,6 @@ dependencies { val fapiVersion = libs.versions.fabric.api.get() modInclude(fabricApi.module("fabric-api-base", fapiVersion)) - modInclude(fabricApi.module("fabric-resource-loader-v0", fapiVersion)) modInclude(fabricApi.module("fabric-resource-loader-v1", fapiVersion)) // Compat fixes