Fix mixin trying to inject code in server not available (because the class is client only)

This commit is contained in:
Quentin Legot 2024-02-17 22:29:44 +01:00
parent 467b4f2031
commit aef1cfbf43

View File

@ -3,12 +3,12 @@
"package": "fr.adrien1106.reframed.mixin", "package": "fr.adrien1106.reframed.mixin",
"compatibilityLevel": "JAVA_17", "compatibilityLevel": "JAVA_17",
"mixins": [ "mixins": [
"MinecraftAccessor",
"WallBlockAccessor", "WallBlockAccessor",
"particles.MixinEntity", "particles.MixinEntity",
"particles.MixinLivingEntity" "particles.MixinLivingEntity"
], ],
"client": [ "client": [
"MinecraftAccessor",
"BlockRenderInfoMixin", "BlockRenderInfoMixin",
"BlockMixin", "BlockMixin",
"particles.AccessorParticle", "particles.AccessorParticle",