jaredlll08 / ModTweaker

ModTweaker is an addon for CraftTweaker, which provides Integration for an amount of mods.
MIT License
68 stars 63 forks source link

Fix for NullPointerException when using Crucible.removeRecipe(String name) #723

Closed DreamThorn closed 4 years ago

DreamThorn commented 5 years ago

Because using removeRecipe(String name) doesn't cause the variable called 'output' to be set (and shouldn't), it is necessary to check whether it is null when applying the change.