Skip to content

Commit

Permalink
Fix "Apple Pear Cake" cannot be crafted.
Browse files Browse the repository at this point in the history
APPLE needs to be changed to OAK_APPLE
  • Loading branch information
SnowSnakz authored Jan 28, 2022
1 parent a2c4b6d commit 06bae25
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 06bae25

Please sign in to comment.