What is the numbers here? (200 / 51200):
ServerEvents.recipes(event => {
event.recipes.immersiveengineering.arc_furnace(
[
TagOutputJS.ofItemStack("minecraft:iron_ingot"),
TagOutputJS.ofItemStack("immersiveengineering:ingot_uranium")
],
IngredientWithSizeJS.ofItemStack("minecraft:copper_ingot"),
200,
51200,
[
IngredientWithSizeJS.ofItemStack("allthemodium:unobtainium_vibranium_alloy_ingot"),
IngredientWithSizeJS.ofItemStack("allthemodium:unobtainium_allthemodium_alloy_ingot"),
IngredientWithSizeJS.ofItemStack("allthemodium:vibranium_allthemodium_alloy_ingot")
],
)})