Bump resource-factory
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user