Posted June 21, 20178 yr Reopening this with a related issue. I am using CraftTweaker to add items. I am able to successfully add new items, but JEI does not show them once they are registered and the textures are missing. My method for adding them is here. I am able to use the /give command and can use all recipies that I have implemented. Jay Avery is referring to the old topic Edited June 21, 20178 yr by oa10712
June 21, 20178 yr The string you pass to your @ZenClass annotation doesn't match the class it's referring to. What do you think that string represents? Edited June 21, 20178 yr by Jay Avery
June 21, 20178 yr Author Reopening this with a related issue. I am using CraftTweaker to add items. I am able to successfully add new items, but JEI does not show them once they are registered and the textures are missing. My method for adding them is here. I am able to use the /give command and can use all recipies that I have implemented.
June 21, 20178 yr Author I now have recipes registering with JEI properly thanks to the MineTweakerAPI.ijeiRecipeRegistry.addRecipe() method, but new items are still not showing up in the item list. Any ideas/suggestions? Calling MineTweakerAPI.ijeiRecipeRegistry.reloadItemList() doesn't seem to be doing anything. They show up in the vanilla creative tabs, but not in JEI Edited June 21, 20178 yr by oa10712
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.