Drill and Laser Assembly recipes on custom recipes cancel item count of item "bridge"
DevDyna opened this issue ยท 0 comments
Describe the bug
I have made weeks ago some custom recipes based on github-wiki of PNC where some items are processed on assembly with various item count as output
After i have recreated it , i have notify that it ignore the first recipe count (drill recipe from drill&laser)
also i have checked and all assembly unit still placed
recipe
input
program
output
output of 4 raw iron when on recipe it will return 16 of iron
How to reproduce the bug
- create some recipes with drill-laser like :
drill[1x *item_1*]
->[2x *item_2*]
laser[1x *item_2*]
->[2x *item_3*]
- reload and try
it return as result 2x *item_3*
Expected behavior
it will return as result 2x *item_3*
x *item count of drill output*
-> 4x *item_3*
Additional details
kubejs code used to "recreate" json recipes from PNC [link]
Which Minecraft version are you using?
1.19
Which version of PneumaticCraft: Repressurized are you using?
pneumaticcraft-repressurized-1.19.2-4.3.14-49
Crash log
No response