Temporary set of catch to ignored if they are ignored
This commit is contained in:
@@ -48,7 +48,7 @@ public class AEGenericSchematicTile extends SchematicTile
|
||||
tileNBT.setString( "orientation_forward", fdForward.name() );
|
||||
tileNBT.setString( "orientation_up", fdUp.name() );
|
||||
}
|
||||
catch (Throwable t)
|
||||
catch (Throwable ignored)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user