#jumbo furnace craft doesn't work

36 messages · Page 1 of 1 (latest)

real atlas
#
event.custom(
    {
        "type":"jumbofurnace:jumbo_smelting",
"ingredients":
{
"item":"minecraft:furnace"
},//<--log says here is error
{
"item":"20x minecraft:copper_block"
}
"result":{
"item":'ironfurnaces:copper_furnace'
}
}
)
digital capeBOT
#

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

forest fossil
#
{
"item":"20x minecraft:copper_block"
}

this is not valid

#

christ theres multiple errors here

#

you have more than one input, but didnt put them in a list either

#

youre also missing a comma

limpid gull
#
event.custom({
    type: 'jumbofurnace:jumbo_smelting',
    ingredients: [
        Item.of('furnace').toJson(),
        Item.of('copper_block', 20).toJson()
    ],
    result: Item.of('ironfurnaces:copper_furnace').toJson()
})
forest fossil
#

i just finished too

#
event.custom({
  type: 'jumbofurnace:jumbo_smelting',
  ingredients: [
    Item.of('minecraft:furnace').toJson(),
    Item.of('20x minecraft:copper_block').toJson()
  ],
  result: Item.of('ironfurnaces:copper_furnace').toJson()
})
#

lol

limpid gull
#

lol

forest fossil
#

double quotes

#

ew cringe

limpid gull
#

yes ik

forest fossil
limpid gull
#

but it was there

#

forgot to change lol

#

there

forest fossil
#

did you manually change it?

#

you can use the VSC extension uwu

limpid gull
#

what vsc extension?

#

fun fact. I don't have any vsc extensions

forest fossil
#

what

#

i have 45

forest fossil
limpid gull
#

and I have actually one

limpid gull
forest fossil
limpid gull
#

and now I have two

#

:D

forest fossil
#

just a quick tutorial, before you rage uninstall it and scream "its not working" out on the streets:
you have to select the exact JSON part when doing something in JS. your selection MUST be a valid JSON, and then press ctrl shift J

#

i was thinking about trying to make my own extension that works with broken JSON and also SNBT