Replaced C-style array instantiation with Java-Style
This commit is contained in:
@@ -36,7 +36,7 @@ public class Grind implements ICraftHandler, IWebsiteSerializer
|
||||
{
|
||||
|
||||
IIngredient pro_input;
|
||||
IIngredient pro_output[];
|
||||
IIngredient[] pro_output;
|
||||
|
||||
@Override
|
||||
public void setup(List<List<IIngredient>> input, List<List<IIngredient>> output) throws RecipeError
|
||||
|
||||
Reference in New Issue
Block a user