mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-23 04:47:34 +01:00
Oh thats why (but hopefully this one will actually build)
This commit is contained in:
parent
0974a6f6d8
commit
3bde9b1b32
@ -312,6 +312,7 @@ public class RecipeManager implements Reloadable {
|
|||||||
if (b == null) { continue; }
|
if (b == null) { continue; }
|
||||||
customRecipes.get(b).disable();
|
customRecipes.get(b).disable();
|
||||||
try { Bukkit.removeRecipe(b); }
|
try { Bukkit.removeRecipe(b); }
|
||||||
|
|
||||||
catch (Throwable e) { MMOItems.print(null, "Could not register crafting book recipe for $r{0}$b:$f {1}", "MMOItems Custom Crafting", b.getKey(), e.getMessage()); } }
|
catch (Throwable e) { MMOItems.print(null, "Could not register crafting book recipe for $r{0}$b:$f {1}", "MMOItems Custom Crafting", b.getKey(), e.getMessage()); } }
|
||||||
customRecipes.clear();
|
customRecipes.clear();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user