mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
I suffer from stupid idiot disease
This commit is contained in:
parent
5cad503fa7
commit
07af8a683f
@ -417,7 +417,7 @@ public class TileEntityMachineRadarNT extends TileEntityMachineBase implements I
|
||||
int id = data.getInteger("link");
|
||||
ItemStack link = slots[id];
|
||||
|
||||
if(link != null && link.getItem() == ModItems.sat_chip) {
|
||||
if(link != null && link.getItem() == ModItems.sat_relay) {
|
||||
World world = player.getEntityWorld();
|
||||
Satellite sat = SatelliteSavedData.getData(world).getSatFromFreq(ISatChip.getFreqS(link));
|
||||
if(sat instanceof SatelliteLaser) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user