Skip to content

Commit d904ee7

Browse files
committed
Add missing remap = false to Shadow annotation
1 parent 5004693 commit d904ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/jss/bugtorch/mixins/late/extrautils/tweaks/MixinTileEntityTradingPost.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public boolean isValidVillager(IMerchant villager, boolean locationAlreadyChecke
2828
return mature && (locationAlreadyChecked || getAABB().isVecInside(Vec3.createVectorHelper(entity.posX, entity.posY, entity.posZ)));
2929
}
3030

31-
@Shadow
31+
@Shadow(remap = false)
3232
public AxisAlignedBB getAABB() { return null; }
3333

3434
}

0 commit comments

Comments
 (0)