Mappings update
This commit is contained in:
parent
3400f42962
commit
708ccc758a
82 changed files with 236 additions and 236 deletions
|
@ -87,7 +87,7 @@ public class IndustrialSawmillRecipes extends RecipeMethods {
|
|||
|
||||
@Nonnull
|
||||
public static ItemStack findMatchingRecipe(InventoryCrafting inv) {
|
||||
for (IRecipe recipe : CraftingManager.field_193380_a) {
|
||||
for (IRecipe recipe : CraftingManager.REGISTRY) {
|
||||
if (recipe.matches(inv, null)) {
|
||||
return recipe.getCraftingResult(inv);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue