Trying to make a create mod mixing recipe and my code looks like this
e.recipes.create.mixing('2x ink_sac', [Fluid.water(1000), 'ink_sac']).heated()
The recipe is created and it works well, but for some reason the water amount in the recipe is 12mb and not 1000mb as i expected. Is it just me not understanding it or a weird quirk