Quick fix for #427
This commit is contained in:
parent
0cb6cf1fc0
commit
30052aac18
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ public class TRPowerNet
|
|||
int total = 0;
|
||||
if (tile.canAcceptEnergy(side) && max > 0)
|
||||
{
|
||||
if (type.tier.ordinal() > tile.getTier().ordinal())
|
||||
if (type.tier.ordinal() > tile.getTier().ordinal() && max > tile.getMaxInput())
|
||||
{
|
||||
if (tile instanceof TileEntity)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue