Skip to content

Commit

Permalink
Fixed #291
Browse files Browse the repository at this point in the history
  • Loading branch information
DisasterMoo authored and alcatrazEscapee committed Aug 14, 2019
1 parent 7377b42 commit 8d525d4
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -42,6 +42,7 @@ public static void onRecipeRegister(RegistryEvent.Register<IRecipe> event)
modRegistry.remove(new ResourceLocation("minecraft:mushroom_stew"));
modRegistry.remove(new ResourceLocation("minecraft:melon_seeds"));
modRegistry.remove(new ResourceLocation("minecraft:melon_block"));
modRegistry.remove(new ResourceLocation("minecraft:pumpkin_seeds"));
modRegistry.remove(new ResourceLocation("minecraft:lit_pumpkin"));
modRegistry.remove(new ResourceLocation("minecraft:golden_apple"));
modRegistry.remove(new ResourceLocation("minecraft:glowstone"));
Expand Down

0 comments on commit 8d525d4

Please sign in to comment.