#Blank Error from Valid Recipes?![resolved]

1 messages · Page 1 of 1 (latest)

grim leaf
#

Only these three have been giving me trouble, all are correct syntax, and yet MC throws a fit at me...
charcoal_from_block (void_steel_from_block looks the same):

{
    "format_version": "1.20.10",
    "minecraft:recipe_shapeless": {
        "description": {
            "identifier": "vcc:charcoal_from_block"
        },
        "tags":["crafting_table"],
        "ingredients":[
            {
                "item": "vcc:charcoal_block"
            }
        ],
        "unlock":[
            {
                "item":"vcc:charcoal_block"
            }
        ],
        "result":{
            "item": "minecraft:charcoal",
            "count": 9
        }
    }
}
vale pollen
#

Do they work?

#

Try changing min_engine_version to [1,21,0]

grim leaf
# vale pollen Do they work?

Doesn't work currently, and min_engine_version as in the pack manifest? As I just tried that and got the same error.

vale pollen
#

Try changing your game version. Could be GDK new issues.

hybrid bay
#

@grim leaf did you get this resolved? how did you fix it?

grim leaf
#

Not yet, As this issue isn’t new to the GDK versions, I’ve been working on this update for my addon for months, and hadn’t gotten around to this bug.

vale pollen
#

Should report on Mojira

grim leaf
#

SO, I'm mildly annoyed as the recipes are fine once they're in a different addon. just not the one where they're needed...

grim leaf
#

So new revelation, I did not update my contents.json file, I am an idiot and I apologize for possibly wasting anybody’s time. 😅