misode.github.io icon indicating copy to clipboard operation
misode.github.io copied to clipboard

Error when importing a non-syntactically correct crafting recipe

Open DorkOrc opened this issue 3 years ago • 2 comments

{
    "type": "minecraft:smelting",
    "ingredient": {
        "item": "minecraft:structure_void"
    },
    "result": {
        "item": "minecraft:jigsaw"
    },
    "experience": 0.1,
    "cookingtime": 200
}

This happened image

I know the syntax is wrong regardless, but it should probably not result in this ^^

DorkOrc avatar Aug 19 '22 01:08 DorkOrc

What is the expected result according to you?

misode avatar Aug 19 '22 14:08 misode

What is the expected result according to you?

Just an empty string, or result just gets removed until something correct is written, not an invalid item object which gets displayed as [object Object].

DorkOrc avatar Aug 19 '22 15:08 DorkOrc