Skip to content

Commit

Permalink
OrganicFood fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Intybyte committed Nov 9, 2024
1 parent 5e25492 commit 8969397
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ public class OrganicFood extends SlimefunItem {

@ParametersAreNonnullByDefault
public OrganicFood(ItemGroup itemGroup, SlimefunItemStack item, Material ingredient) {
super(itemGroup, item, RecipeType.FOOD_FABRICATOR, new ItemStack[] { SlimefunItems.TIN_CAN, new ItemStack(ingredient), null, null, null, null, null, null, null }, new SlimefunItemStack(item, OUTPUT));
super(itemGroup, item, RecipeType.FOOD_FABRICATOR, new ItemStack[] { SlimefunItems.TIN_CAN.item(), new ItemStack(ingredient), null, null, null, null, null, null, null }, new SlimefunItemStack(item, OUTPUT).item());
}
}

0 comments on commit 8969397

Please sign in to comment.