Add mixin extras

This commit is contained in:
nea
2023-06-12 02:39:48 +02:00
parent a1fb86f653
commit 9508bcc851
5 changed files with 14 additions and 4 deletions

View File

@@ -18,6 +18,7 @@
package moe.nea.firmament.init;
import com.llamalad7.mixinextras.MixinExtrasBootstrap;
import org.objectweb.asm.tree.ClassNode;
import org.spongepowered.asm.mixin.extensibility.IMixinConfigPlugin;
import org.spongepowered.asm.mixin.extensibility.IMixinInfo;
@@ -29,6 +30,7 @@ public class MixinPlugin implements IMixinConfigPlugin {
@Override
public void onLoad(String mixinPackage) {
MixinExtrasBootstrap.init();
}
@Override

View File

@@ -1,2 +0,0 @@
package moe.nea.firmament.mixins;public class MixinDrawContext {
}