We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d549564 commit 4f501e8Copy full SHA for 4f501e8
src/main/resources/lambda.mixins.common.json
@@ -52,6 +52,7 @@
52
"render.InGameOverlayRendererMixin",
53
"render.LightmapTextureManagerMixin",
54
"render.LivingEntityRendererMixin",
55
+ "render.MobSpawnerBlockEntityRendererMixin",
56
"render.ParticleManagerMixin",
57
"render.PlayerListHudMixin",
58
"render.RenderLayersMixin",
@@ -70,8 +71,5 @@
70
71
],
72
"injectors": {
73
"defaultRequire": 1
- },
74
- "mixins": [
75
- "render.MobSpawnerBlockEntityRendererMixin"
76
- ]
+ }
77
}
0 commit comments