Skip to content

Commit

Permalink
Update TileRemoteInterface.java
Browse files Browse the repository at this point in the history
fix bugs
  • Loading branch information
czqwq authored Feb 7, 2025
1 parent 81ee82a commit b9c2e02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ && hasTransferChip(TransferType.NETWORK_AE)) {

for (ForgeDirection forgeDirection : ForgeDirection.VALID_DIRECTIONS) {
TileEntity tileEntity = worldObj.getTileEntity(
xCoord + forgeDirection.offsetZ,
xCoord + forgeDirection.offsetX,
yCoord + forgeDirection.offsetY,
zCoord + forgeDirection.offsetZ);
if (tileEntity != null && tileEntity instanceof IGridHost) {
Expand Down

0 comments on commit b9c2e02

Please sign in to comment.