Fix mixin trying to inject code in server not available (because the class is client only)
This commit is contained in:
parent
467b4f2031
commit
aef1cfbf43
@ -3,12 +3,12 @@
|
||||
"package": "fr.adrien1106.reframed.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"MinecraftAccessor",
|
||||
"WallBlockAccessor",
|
||||
"particles.MixinEntity",
|
||||
"particles.MixinLivingEntity"
|
||||
],
|
||||
"client": [
|
||||
"MinecraftAccessor",
|
||||
"BlockRenderInfoMixin",
|
||||
"BlockMixin",
|
||||
"particles.AccessorParticle",
|
||||
|
Loading…
Reference in New Issue
Block a user