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
}
}
}