Merge pull request 'Fix mixin trying to inject code in server not available (because the class is client only)' (#3) from dev into master
All checks were successful
deploy / deploy (push) Successful in 4m57s
All checks were successful
deploy / deploy (push) Successful in 4m57s
Reviewed-on: #3
This commit is contained in:
commit
b30177a5c7
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user