Disable the crafting module
This commit is contained in:
parent
99ae043580
commit
c48a5d1f22
|
@ -84,7 +84,8 @@ public class CraftingModule implements MapModule, MatchModuleFactory<CraftingMat
|
|||
}
|
||||
}
|
||||
|
||||
return customRecipes.isEmpty() && disabledRecipes.isEmpty() ? null : new CraftingModule(customRecipes, disabledRecipes);
|
||||
//return customRecipes.isEmpty() && disabledRecipes.isEmpty() ? null : new CraftingModule(customRecipes, disabledRecipes);
|
||||
return null;
|
||||
}
|
||||
|
||||
private ItemStack parseRecipeResult(MapModuleContext context, Element elRecipe) throws InvalidXMLException {
|
||||
|
|
Loading…
Reference in New Issue