#jumbo furnace craft doesn't work
36 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
{
"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
event.custom({
type: 'jumbofurnace:jumbo_smelting',
ingredients: [
Item.of('furnace').toJson(),
Item.of('copper_block', 20).toJson()
],
result: Item.of('ironfurnaces:copper_furnace').toJson()
})
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
lol
yes ik

and I have actually one
ty

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
it works!
thank you again :D
