[BUG] Fix Mixin crashes on Server Side Forge
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'org.quiltmc.loom' version '1.3.3'
|
id 'org.quiltmc.loom' version '1.3.3'
|
||||||
|
id 'com.github.johnrengelman.shadow' version '7.0.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'com.github.johnrengelman.shadow'
|
apply plugin: 'com.github.johnrengelman.shadow'
|
||||||
|
@@ -2,6 +2,7 @@ plugins {
|
|||||||
id 'fabric-loom' version '1.3-SNAPSHOT'
|
id 'fabric-loom' version '1.3-SNAPSHOT'
|
||||||
id 'idea'
|
id 'idea'
|
||||||
id "me.hypherionmc.modutils.modpublisher" version "1.0.+"
|
id "me.hypherionmc.modutils.modpublisher" version "1.0.+"
|
||||||
|
id 'com.github.johnrengelman.shadow' version '7.0.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'com.github.johnrengelman.shadow'
|
apply plugin: 'com.github.johnrengelman.shadow'
|
||||||
|
@@ -1,5 +1,8 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id "me.hypherionmc.modutils.modpublisher" version "1.0.+"
|
id "me.hypherionmc.modutils.modpublisher" version "1.0.+"
|
||||||
|
id 'net.minecraftforge.gradle' version '[6.0,6.2)'
|
||||||
|
id 'org.spongepowered.mixin' version '0.7-SNAPSHOT'
|
||||||
|
id 'com.github.johnrengelman.shadow' version '7.0.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
|
@@ -2,9 +2,6 @@ plugins {
|
|||||||
id 'java'
|
id 'java'
|
||||||
//id 'com.matyrobbrt.mc.registrationutils' version '1.20.1-1.0.0'
|
//id 'com.matyrobbrt.mc.registrationutils' version '1.20.1-1.0.0'
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
id 'net.minecraftforge.gradle' version '[6.0,6.2)' apply false
|
|
||||||
id 'org.spongepowered.mixin' version '0.7-SNAPSHOT' apply false
|
|
||||||
id 'com.github.johnrengelman.shadow' version '7.0.0' apply false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*registrationUtils {
|
/*registrationUtils {
|
||||||
|
@@ -4,7 +4,7 @@ fabric.loom.multiProjectOptimisation = true
|
|||||||
# Project
|
# Project
|
||||||
version_major=1
|
version_major=1
|
||||||
version_minor=0
|
version_minor=0
|
||||||
version_patch=2
|
version_patch=3
|
||||||
group=com.hypherionmc.craterlib
|
group=com.hypherionmc.craterlib
|
||||||
|
|
||||||
# Common
|
# Common
|
||||||
|
Reference in New Issue
Block a user