mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 23:28:35 +01:00
parent
b3285948c7
commit
622cfef3ee
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ public final class FoodCrafting{
|
|||
//Cheese
|
||||
if(ConfigCrafting.CHEESE.isEnabled()){
|
||||
GameRegistry.addShapelessRecipe(new ItemStack(InitItems.itemFoods, 1, TheFoods.CHEESE.ordinal()),
|
||||
new ItemStack(Items.MILK_BUCKET));
|
||||
new ItemStack(Items.MILK_BUCKET), new ItemStack(Items.EGG)); //I don't know if this makes any actual sense, but whatever
|
||||
recipeCheese = RecipeUtil.lastIRecipe();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue