Fix remapping issue on Neo
This commit is contained in:
parent
74a339bc2c
commit
e8320a3d8f
|
|
@ -22,7 +22,7 @@ import org.spongepowered.asm.mixin.injection.At;
|
||||||
public abstract class ModelBakerImplMixin {
|
public abstract class ModelBakerImplMixin {
|
||||||
@Shadow public abstract UnbakedModel getModel(ResourceLocation location);
|
@Shadow public abstract UnbakedModel getModel(ResourceLocation location);
|
||||||
|
|
||||||
@Shadow @Final private ModelBakery field_40571;
|
@Shadow(aliases = {"this$0"}) @Final private ModelBakery field_40571;
|
||||||
@Unique
|
@Unique
|
||||||
private int mfix$getDepth = 0;
|
private int mfix$getDepth = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user