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 74a339b commit e8320a3Copy full SHA for e8320a3
common/src/main/java/org/embeddedt/modernfix/common/mixin/perf/dynamic_resources/ModelBakerImplMixin.java
@@ -22,7 +22,7 @@
22
public abstract class ModelBakerImplMixin {
23
@Shadow public abstract UnbakedModel getModel(ResourceLocation location);
24
25
- @Shadow @Final private ModelBakery field_40571;
+ @Shadow(aliases = {"this$0"}) @Final private ModelBakery field_40571;
26
@Unique
27
private int mfix$getDepth = 0;
28
0 commit comments