This commit is contained in:
Ashijin 2020-02-17 20:38:11 -07:00
commit 4fbc1ab49a

View File

@ -67,7 +67,7 @@ public abstract class RecipeManager {
}
public NamespacedKey getRecipeKey(Type type, String id, String recipeType, String number) {
return new NamespacedKey(MMOItems.plugin, "mmoitems:" + recipeType + "_" + type.getId() + "_" + id + "_" + number);
return new NamespacedKey(MMOItems.plugin, "mmoitems_" + recipeType + "_" + type.getId() + "_" + id + "_" + number);
}
public void reloadRecipes() {