Formatted code
This commit is contained in:
@@ -178,6 +178,6 @@ public final class DisassembleRecipe implements IRecipe
|
||||
public ItemStack[] getRemainingItems(
|
||||
final InventoryCrafting inv )
|
||||
{
|
||||
return ForgeHooks.defaultRecipeGetRemainingItems(inv);
|
||||
return ForgeHooks.defaultRecipeGetRemainingItems( inv );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user