TeamPneumatic / pnc-repressurized

A port of PneumaticCraft to MC1.12+
Other
119 stars 47 forks source link

Drill and Laser Assembly recipes on custom recipes cancel item count of item "bridge" #1288

Open DevDyna opened 4 months ago

DevDyna commented 4 months ago

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

image image

input

image

program

image

output

image output of 4 raw iron when on recipe it will return 16 of iron

How to reproduce the bug

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