Crash with AE rv3, Logistics Pipes
KageDragon opened this issue ยท 2 comments
PlaceMod crashes with Applied Energistics rv3 (But not rv2)
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...
Fixed. fbc9d25
Download new 3.7 version.
https://github.com/ternsip/Placemod/tree/master/1.7.X/builds