#idk

9 messages · Page 1 of 1 (latest)

gaunt crow
#

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")
    ],
)})
rain lindenBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

gaunt crow
#

and how can I add more items in "IngredientWithSizeJS.ofItemStack"?

#

i put down the numbers, or down the copper ingot?

tender sentinelBOT
#

You can write your code in a codeblock by typing it between the codeblock delimiters:
Note that these are backticks, not apostrophes

```js :arrow_left:

ServerEvents.recipes(event => {
event.smelting('minecraft:glass', '#forge:sand').xp(.1)
})

``` :arrow_left:

This example will look like this:

ServerEvents.recipes(event => {
  event.smelting('minecraft:glass', '#forge:sand').xp(.1)
})
gaunt crow
#

but its works

#

its a addon for kubejs

#

i just wont to know what is the numbers...

gaunt crow