fix IO-Port copying craftable boolean

This commit is contained in:
Salomão
2021-06-14 02:33:23 -03:00
parent 4458bd28ab
commit 26c06bca15
@@ -425,6 +425,7 @@ public class TileIOPort extends AENetworkInvTile implements IUpgradeableHost, IC
if( extracted != null )
{
possible = extracted.getStackSize();
extracted.setCraftable( false );
final IAEStack failed = Platform.poweredInsert( energy, destination, extracted, this.mySrc );
if( failed != null )