Removed unused code, added Override annotation
This commit is contained in:
parent
14f715ff7b
commit
bf5b649fc4
39 changed files with 94 additions and 102 deletions
|
@ -329,7 +329,7 @@ public class ModItems {
|
|||
registerItem(CLOAKING_DEVICE, "cloakingdevice");
|
||||
|
||||
MISSING_RECIPE_PLACEHOLDER = new ItemMissingRecipe().setUnlocalizedName("missingRecipe");
|
||||
registerItem(MISSING_RECIPE_PLACEHOLDER, "mssingRecipe");
|
||||
registerItem(MISSING_RECIPE_PLACEHOLDER, "missingRecipe");
|
||||
|
||||
DEBUG = new ItemDebugTool();
|
||||
registerItem(DEBUG, "debug");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue