Remove ghost upgrade slots on some machines.
This commit is contained in:
parent
79984ab107
commit
31f3aff11f
2 changed files with 11 additions and 1 deletions
|
@ -389,4 +389,9 @@ public class TileFusionControlComputer extends TilePowerAcceptor implements IToo
|
|||
public ItemStack getToolDrop(EntityPlayer p0) {
|
||||
return new ItemStack(ModBlocks.FUSION_CONTROL_COMPUTER, 1);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canBeUpgraded() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue