From 0a5258f12e9d0c38fecc5e91b87c9d195e32980d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 18:07:29 +0000 Subject: [PATCH] build: bump net.fabricmc.fabric-api:fabric-resource-loader-v1 Bumps [net.fabricmc.fabric-api:fabric-resource-loader-v1](https://github.com/FabricMC/fabric) from 2.0.13+9edec1269c to 3.0.1+f580942d3e. - [Release notes](https://github.com/FabricMC/fabric/releases) - [Commits](https://github.com/FabricMC/fabric/commits) --- updated-dependencies: - dependency-name: net.fabricmc.fabric-api:fabric-resource-loader-v1 dependency-version: 3.0.1+f580942d3e dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- fabric/build.gradle | 130 ++++++++++++++++++++++---------------------- 1 file changed, 65 insertions(+), 65 deletions(-) diff --git a/fabric/build.gradle b/fabric/build.gradle index 513d9496..2ac78834 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -1,65 +1,65 @@ -plugins { - id 'multiloader-loader' - id 'net.fabricmc.fabric-loom' -} -dependencies { - minecraft("com.mojang:minecraft:${minecraft_version}") - implementation("net.fabricmc:fabric-loader:${fabric_loader_version}") - implementation("net.fabricmc.fabric-api:fabric-command-api-v2:3.1.0+00cb03469c") - implementation("net.fabricmc.fabric-api:fabric-resource-loader-v1:2.0.13+9edec1269c") - implementation("net.fabricmc.fabric-api:fabric-networking-api-v1:6.3.3+72073ef033") - implementation("net.fabricmc.fabric-api:fabric-lifecycle-events-v1:4.1.3+4575b05f9c") - implementation("net.fabricmc.fabric-api:fabric-key-mapping-api-v1:2.0.5+e2bdee789c") - implementation(include("org.xerial:sqlite-jdbc:${sqlite_jdbc_version}")) - implementation(include("org.commonmark:commonmark:${commonmark_version}")) - implementation(include("org.commonmark:commonmark-ext-gfm-tables:${commonmark_version}")) - implementation(include("dev.latvian.mods:rhino:${rhino_version}")) - compileOnly("mezz.jei:jei-${minecraft_version}-fabric-api:${jei_version}") - compileOnly("me.shedaniel:RoughlyEnoughItems-api-fabric:${rei_version}") - compileOnly("dev.architectury:architectury-fabric:${architectury_version}") -} - -loom { - def aw = project(':common').file("src/main/resources/${mod_id}.accesswidener") - if (aw.exists()) { - accessWidenerPath.set(aw) - } - runs { - client { - client() - setConfigName('Fabric Client') - ideConfigGenerated(true) - runDir('runs/client') - } - server { - server() - setConfigName('Fabric Server') - ideConfigGenerated(true) - runDir('runs/server') - } - } -} - -tasks.matching { it.name == 'runClient' }.configureEach { - System.properties.findAll { key, value -> key.toString().startsWith('openallay.e2e.') } - .each { key, value -> systemProperty(key.toString(), value.toString()) } -} - -// Implement mcgradleconventions loader attribute -def loaderAttribute = Attribute.of('io.github.mcgradleconventions.loader', String) -['apiElements', 'runtimeElements', 'sourcesElements', 'javadocElements', 'includeInternal', 'modCompileClasspath'].each { variant -> - configurations.named(variant) { - attributes { - attribute(loaderAttribute, 'fabric') - } - } -} -sourceSets.configureEach { - [it.compileClasspathConfigurationName, it.runtimeClasspathConfigurationName].each { variant-> - configurations.named(variant) { - attributes { - attribute(loaderAttribute, 'fabric') - } - } - } -} +plugins { + id 'multiloader-loader' + id 'net.fabricmc.fabric-loom' +} +dependencies { + minecraft("com.mojang:minecraft:${minecraft_version}") + implementation("net.fabricmc:fabric-loader:${fabric_loader_version}") + implementation("net.fabricmc.fabric-api:fabric-command-api-v2:3.1.0+00cb03469c") + implementation("net.fabricmc.fabric-api:fabric-resource-loader-v1:3.0.1+") + implementation("net.fabricmc.fabric-api:fabric-networking-api-v1:6.3.3+72073ef033") + implementation("net.fabricmc.fabric-api:fabric-lifecycle-events-v1:4.1.3+4575b05f9c") + implementation("net.fabricmc.fabric-api:fabric-key-mapping-api-v1:2.0.5+e2bdee789c") + implementation(include("org.xerial:sqlite-jdbc:${sqlite_jdbc_version}")) + implementation(include("org.commonmark:commonmark:${commonmark_version}")) + implementation(include("org.commonmark:commonmark-ext-gfm-tables:${commonmark_version}")) + implementation(include("dev.latvian.mods:rhino:${rhino_version}")) + compileOnly("mezz.jei:jei-${minecraft_version}-fabric-api:${jei_version}") + compileOnly("me.shedaniel:RoughlyEnoughItems-api-fabric:${rei_version}") + compileOnly("dev.architectury:architectury-fabric:${architectury_version}") +} + +loom { + def aw = project(':common').file("src/main/resources/${mod_id}.accesswidener") + if (aw.exists()) { + accessWidenerPath.set(aw) + } + runs { + client { + client() + setConfigName('Fabric Client') + ideConfigGenerated(true) + runDir('runs/client') + } + server { + server() + setConfigName('Fabric Server') + ideConfigGenerated(true) + runDir('runs/server') + } + } +} + +tasks.matching { it.name == 'runClient' }.configureEach { + System.properties.findAll { key, value -> key.toString().startsWith('openallay.e2e.') } + .each { key, value -> systemProperty(key.toString(), value.toString()) } +} + +// Implement mcgradleconventions loader attribute +def loaderAttribute = Attribute.of('io.github.mcgradleconventions.loader', String) +['apiElements', 'runtimeElements', 'sourcesElements', 'javadocElements', 'includeInternal', 'modCompileClasspath'].each { variant -> + configurations.named(variant) { + attributes { + attribute(loaderAttribute, 'fabric') + } + } +} +sourceSets.configureEach { + [it.compileClasspathConfigurationName, it.runtimeClasspathConfigurationName].each { variant-> + configurations.named(variant) { + attributes { + attribute(loaderAttribute, 'fabric') + } + } + } +}