Migrate mappings, 1888 errors to go

This commit is contained in:
modmuss50 2021-05-28 14:58:12 +01:00
parent b0c7a733c7
commit 9520a3e607
83 changed files with 407 additions and 408 deletions

View file

@ -97,8 +97,8 @@ public class RollingMachineRecipe extends RebornRecipe {
}
@Override
public DefaultedList<Ingredient> getPreviewInputs() {
return shapedRecipe.getPreviewInputs();
public DefaultedList<Ingredient> getIngredients() {
return shapedRecipe.getIngredients();
}
@Override