Vintage KubeJS

Vintage KubeJS

125k Downloads

(Bug) Recipes do not work with multiple copies of items

Closed this issue ยท 0 comments

commented

Forge 47.4.0
Minecraft 1.20.1
Mod 1.0.0rc-2

this code partially works

event.recipes.vintageimprovements.pressurizing(['minecraft:netherite_ingot'], ['4x minecraft:netherite_scrap', '4x minecraft:gold_ingot']).superheated()

the recipe when in-game requires only one of each input instead of the expected of 4

tested the same with create.mixing and worked as expected