Fix CreativeSolar panel smoking when pushing power.
This commit is contained in:
parent
06d366b941
commit
41c94b2a52
1 changed files with 5 additions and 0 deletions
|
@ -117,4 +117,9 @@ public class TileCreativePanel extends TilePowerAcceptor implements IWrenchable
|
|||
public int getSourceTier() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean handleTierWithPower() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue