Bump resource-factory

This commit is contained in:
Jason Penilla
2025-05-14 09:08:26 -07:00
parent 0f0da2998a
commit 81927092f1
3 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ plugins {
id("java-library")
id("net.neoforged.moddev")
id("me.modmuss50.mod-publish-plugin") version "0.8.4" apply false
id("xyz.jpenilla.resource-factory") version "1.3.0" apply false
}
extensions.create("runConfigCommon", RunConfigCommon.class)

View File

@@ -5,7 +5,7 @@ import xyz.jpenilla.resourcefactory.fabric.Environment
plugins {
id("quiet-fabric-loom")
id 'maven-publish'
id 'xyz.jpenilla.resource-factory-fabric-convention' version '1.3.0-SNAPSHOT'
id 'xyz.jpenilla.resource-factory-fabric-convention'
}
dependencies {

View File

@@ -5,7 +5,7 @@ import net.neoforged.moddevgradle.internal.RunGameTask
plugins {
id("net.neoforged.moddev")
id 'maven-publish'
id 'xyz.jpenilla.resource-factory-neoforge-convention' version '1.3.0-SNAPSHOT'
id 'xyz.jpenilla.resource-factory-neoforge-convention'
}
repositories {