|
@@ -15,7 +15,7 @@ buildscript {
|
|
}
|
|
}
|
|
apply plugin: 'net.minecraftforge.gradle'
|
|
apply plugin: 'net.minecraftforge.gradle'
|
|
apply plugin: 'eclipse'
|
|
apply plugin: 'eclipse'
|
|
-apply plugin: 'org.parchmentmc.librarian.forgegradle'
|
|
|
|
|
|
+//apply plugin: 'org.parchmentmc.librarian.forgegradle'
|
|
apply plugin: 'org.spongepowered.mixin'
|
|
apply plugin: 'org.spongepowered.mixin'
|
|
apply plugin: 'ferritecore.loader-conventions'
|
|
apply plugin: 'ferritecore.loader-conventions'
|
|
|
|
|
|
@@ -38,7 +38,8 @@ sourceSets {
|
|
}
|
|
}
|
|
|
|
|
|
minecraft {
|
|
minecraft {
|
|
- mappings channel: 'parchment', version: "${parchment_version}-${minecraft_version}"
|
|
|
|
|
|
+ //mappings channel: 'parchment', version: "${parchment_version}-${minecraft_version}"
|
|
|
|
+ mappings channel: 'official', version: "${minecraft_version}"
|
|
|
|
|
|
runs {
|
|
runs {
|
|
client {
|
|
client {
|