Explicitly stating that it is an unknown object class also here
This commit is contained in:
parent
e1091d647c
commit
3eedc60e9f
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ public class FZ implements IFZ, IIntegrationModule
|
|||
{
|
||||
try
|
||||
{
|
||||
Class c = Class.forName( "factorization.oreprocessing.TileEntityGrinder" );
|
||||
Class<?> c = Class.forName( "factorization.oreprocessing.TileEntityGrinder" );
|
||||
Method m = c.getMethod( "addRecipe", Object.class, ItemStack.class, float.class );
|
||||
|
||||
float amt = out.stackSize;
|
||||
|
|
Loading…
Reference in a new issue