Skip to content

Commit

Permalink
SideOnly
Browse files Browse the repository at this point in the history
  • Loading branch information
reobf committed Jan 3, 2025
1 parent 0c7f014 commit 44c6721
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/remoteio/common/item/ItemRemoteAccessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

import org.lwjgl.input.Keyboard;

import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import remoteio.common.RemoteIO;
import remoteio.common.core.TabRemoteIO;
import remoteio.common.lib.DimensionalCoords;
Expand Down Expand Up @@ -57,6 +59,7 @@ public IIcon getIcon(ItemStack stack, int pass) {
}
}

@SideOnly(Side.CLIENT)
@Override
public void addInformation(ItemStack stack, EntityPlayer player, List<String> list, boolean debug) {
DimensionalCoords coords = ItemRemoteAccessor.getCoordinates(stack);
Expand Down

0 comments on commit 44c6721

Please sign in to comment.