Some recipes have incorrect or missing items
CoreBytee opened this issue ยท 9 comments
Describe the Bug
Some items are missing from a few recipes in the new 0.5g patch 1 version.
Reproduction Steps
- Download 0.5.0g patch 1
- Download EMI
- Open world
- View recipe of Precision mechanism
- Last step is missing
Expected Result
Items are not missing from recipes
Screenshots and Videos
https://i.corebyte.me/6xh8
https://i.corebyte.me/8ZLU
Crash Report or Log
No response
Operating System
Ubuntu 20
Mod Version
0.5.0g
Minecraft Version
1.19.2
Other Mods
Full list: https://i.corebyte.me/8uVAQ
Additional Context
Using 0.5.0g patch 1
Experiencing same bug in a server I own, however for some reason relaunching and going into singleplayer beforehand sometimes fixes the issue. I think it might just be a loading problem.
I have still the same issue while using version 0.5.0i-1003+1.19.2. Also the iron nugget is shown as 'invalid'.
If you have the Create: Extended Cogwheels mod, it's most likely due to the included recipe create:sequenced_assembly/precision_mechanism
referring to the tag c:nuggets/iron
, following Forge convention, instead of the Fabric convention c:iron_nuggets
.
I don't think this has to do with Create Fabric at all, but I can't access the files in the original issue to verify.
Quick fix would be to add a datapack with the fixed recipe to your world or server.
yep, thats all right except I had to change line 4 to
"tag": "c:gold_plate"
since thats fabric convention.
for the future reference,
thanks for the help.
Wrench crafts using only 3 gold sheets and 1 gear, but need using crafting table, earlier used + 1 stick
I have same problem with broken crafts on latest version 1017
Minecraft 1.19.2 fabric
Use JEI for watch recpies
If you have the Create: Extended Cogwheels mod, it's most likely due to the included recipe
create:sequenced_assembly/precision_mechanism
referring to the tagc:nuggets/iron
, following Forge convention, instead of the Fabric conventionc:iron_nuggets
.I don't think this has to do with Create Fabric at all, but I can't access the files in the original issue to verify.
Quick fix would be to add a datapack with the fixed recipe to your world or server.
Attaching a fully working version of the datapack that works to fix the precision mechanism