mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2024-12-23 04:47:34 +01:00
Merge branch 'master' of http://Ashijin@dev.lumine.io/bitbucket/scm/mmo/mmoitems.git
This commit is contained in:
commit
4fbc1ab49a
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user