Skip to content

Commit

Permalink
Merge pull request #227 from SnowSnakz/SnowSnakz-oak-apple-patch
Browse files Browse the repository at this point in the history
Fix "Apple Pear Cake" cannot be crafted.
  • Loading branch information
TheBusyBiscuit authored Jan 30, 2022
2 parents 5423612 + 06bae25 commit 7f9a5f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ public static void register(@Nonnull ExoticGarden plugin, @Nonnull ItemGroup mis
.register(plugin);

new CustomFood(food, new SlimefunItemStack("APPLE_PEAR_CAKE", "3418c6b0a29fc1fe791c89774d828ff63d2a9fa6c83373ef3aa47bf3eb79", "&cApple Pear Cake", "", "&7&oRestores &b&o" + "9.0" + " &7&oHunger"),
new ItemStack[] {getItem("APPLE"), new ItemStack(Material.SUGAR), SlimefunItems.WHEAT_FLOUR, SlimefunItems.BUTTER, getItem("PEAR"), new ItemStack(Material.EGG), null, null, null},
new ItemStack[] {getItem("OAK_APPLE"), new ItemStack(Material.SUGAR), SlimefunItems.WHEAT_FLOUR, SlimefunItems.BUTTER, getItem("PEAR"), new ItemStack(Material.EGG), null, null, null},
18)
.register(plugin);

Expand Down

0 comments on commit 7f9a5f6

Please sign in to comment.