Rename plugins

This commit is contained in:
Jared 2024-04-21 22:31:31 -06:00
parent 79514823e2
commit 53caea62bb
6 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'shared'
id 'multiloader-common'
}
configurations {

View File

@ -1,5 +1,5 @@
plugins {
id 'shared'
id 'multiloader-common'
id 'org.spongepowered.gradle.vanilla' version '0.2.1-SNAPSHOT'
}

View File

@ -1,5 +1,5 @@
plugins {
id 'consumer'
id 'multiloader-loader'
id 'fabric-loom' version '1.6-SNAPSHOT'
}
dependencies {

View File

@ -1,5 +1,5 @@
plugins {
id 'consumer'
id 'multiloader-loader'
id 'net.minecraftforge.gradle' version '[6.0,6.2)'
id 'org.spongepowered.mixin' version '0.7-SNAPSHOT'
}

View File

@ -1,5 +1,5 @@
plugins {
id 'consumer'
id 'multiloader-loader'
id 'net.neoforged.gradle.userdev' version '7.0.107'
}