discodancer Posted May 2, 2020 Share Posted May 2, 2020 Problem. I want my custom items to be in recipe book but it doesn't happen even though the item is defined as "pickaxe" they don't appear in the appropriate tab. What should I type in my code and where? Also I noticed that recipe book takes creative tabs for recipes but it creates another problem: I have my modded items in creative mod tab already for easy access but not in any other vanilla creative tab. Quote Link to comment Share on other sites More sharing options...
kaydogz Posted May 2, 2020 Share Posted May 2, 2020 15 minutes ago, discodancer said: Problem. I want my custom items to be in recipe book but it doesn't happen even though the item is defined as "pickaxe" they don't appear in the appropriate tab. What should I type in my code and where? Also I noticed that recipe book takes creative tabs for recipes but it creates another problem: I have my modded items in creative mod tab already for easy access but not in any other vanilla creative tab. Create a json in data.[MODID].advancements.recipes . Look at the vanilla code for examples 1 Quote Link to comment Share on other sites More sharing options...
Niprow Posted May 2, 2020 Share Posted May 2, 2020 1 minute ago, kaydogz said: Create a json in data.[MODID].advancements.recipes . Look at the vanilla code for examples as long as he wants it in his own creative tab it will not appear on tools. I already did a brunch and a pull request on GitHub, that will make this possible. 1 Quote I will make fun of you if you are not able to look into the (vanilla-) code. Link to comment Share on other sites More sharing options...
kaydogz Posted May 2, 2020 Share Posted May 2, 2020 Just now, Niprow said: as long as he wants it in his own creative tab it will not appear on tools. I already did a brunch and a pull request on GitHub, that will make this possible. Oh I misunderstood his question. Yeah you cant have it in a separate recipe tab if its in a custom tab yet unfortunately 1 Quote Link to comment Share on other sites More sharing options...
discodancer Posted May 2, 2020 Author Share Posted May 2, 2020 9 minutes ago, kaydogz said: Oh I misunderstood his question. Yeah you cant have it in a separate recipe tab if its in a custom tab yet unfortunately I want it to be in "axe and sword" tab in recipe book as well as usual vanilla tools and weapons. But thanks for the answer! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.