Missing Crafting Menu Items
AgentMindStorm opened this issue ยท 3 comments
Many Crafting Table items from 1.14+ are missing, such as hanging signs and Netherite tools. I created an updated full list of crafting table items (1.20 and 1.21 versions) to add these items. Unfortunately, you may have to make some major changes to the data files.
There are some minor rearrangements, but they were all based on the PS4 1.14 table. It also has all banner patterns, fireworks, and dyes listed.
Minecraft PS4 Edition Crafting Table - Updated to 1.20.txt
Minecraft PS4 Edition Crafting Table - Updated to 1.21.txt
Original PS4 1.14 table:
Hey! I found a short term fix for this, it involves using WinRAR and directly editing the json file.
As you can see, if you go to assets/legacy, there is a file called "crafting_tab_listing.json".
Opening said file will let you see this:
You can see lists that contain each item in a row in the crafting interface, for example the first list is all the planks, second is sticks, and vise versa.
Using this, we can edit the file to add blocks into a list. The stonecutter block is one of the missing blocks in the crafting menu, so we can add it in quotations under the "utility" list, as shown below (MAKE SURE YOU USE PROPER SYNTAX OR THIS WILL NOT WORK!!!). Save the file and let WinRAR know to edit the mod directory, or it will not properly save it.
Now, if we go in game, we can see that not only has the stonecutter been added in the utilities row, but in between the two blocks we put it in between in the list, the cartography table and loom.
This is a relatively quick fix, albeit repetitive as you would have to do it for every block missing, but it works nonetheless, and will most likely be how the mod creator fixes it, but I'm no expert...
I really appreciate your data-driven implementation. It will make it much easier to adjust the crafting table to my specific preferences in case your 1.21 layout does not match the one I proposed in the TXT file above!
@ShatterdPotato
You're completely right, this is how I'm going to fix it, hahah.
I created the crafting tab listing just for this, an easier way to add recipes to the crafting interface, for those who want to modify/add support for their own recipe tabs and groups.
It'll be fixed in version 1.4.1, thanks for reporting.