[BUG] Fix Mixin crashes on Server Side Forge

This commit is contained in:
2023-10-08 15:58:35 +02:00
parent e0897648ef
commit 8035f23fbd
5 changed files with 6 additions and 4 deletions

View File

@@ -2,6 +2,7 @@ plugins {
id 'fabric-loom' version '1.3-SNAPSHOT'
id 'idea'
id "me.hypherionmc.modutils.modpublisher" version "1.0.+"
id 'com.github.johnrengelman.shadow' version '7.0.0'
}
apply plugin: 'com.github.johnrengelman.shadow'