Placemod

Placemod

40k Downloads

Crash with AE rv3, Logistics Pipes

KageDragon opened this issue ยท 2 comments

commented

PlaceMod crashes with Applied Energistics rv3 (But not rv2)

Crash log

And the relevant bit of code from AE: Link

public IIcon getIconFromDamage( int dmg )
    {
        final PartTypeWithVariant registeredType = this.registered.get( dmg );
        if( registeredType != null )
        {
            return registeredType.ico;
        }

        final String formattedRegistered = Arrays.toString( this.registered.keySet().toArray() );
        throw new MissingDefinition( "Tried to get the icon from a non-existent part with damage value " + dmg + ". There were registered: " + formattedRegistered + '.' );
    }

Update: It seems Logistics Pipes causes this too...

commented
commented

Confirmed working