All parameters on one line (for now)
Easier picking of 1.7 changes
This commit is contained in:
@@ -327,8 +327,7 @@ public class ShapedRecipe implements IRecipe, IRecipeBakeable
|
||||
}
|
||||
|
||||
@Override
|
||||
public ItemStack[] getRemainingItems(
|
||||
final InventoryCrafting inv )
|
||||
public ItemStack[] getRemainingItems( final InventoryCrafting inv )
|
||||
{
|
||||
return ForgeHooks.defaultRecipeGetRemainingItems( inv );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user