Skip to content

Commit e8320a3

Browse files
committed
Fix remapping issue on Neo
1 parent 74a339b commit e8320a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/org/embeddedt/modernfix/common/mixin/perf/dynamic_resources/ModelBakerImplMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
public abstract class ModelBakerImplMixin {
2323
@Shadow public abstract UnbakedModel getModel(ResourceLocation location);
2424

25-
@Shadow @Final private ModelBakery field_40571;
25+
@Shadow(aliases = {"this$0"}) @Final private ModelBakery field_40571;
2626
@Unique
2727
private int mfix$getDepth = 0;
2828

0 commit comments

Comments
 (0)