(Attached image is full content log)
Most of my addon has been functional except for 3 items which refuse to show up in game, none give direct errors but whenever I load in I get the content log error: [Item] [error] - Item is an invalid json object. I have run my code through JsonLinter and it came back clear.
One Item's File:
{
"format_version": "1.21.100",
"minecraft:item": {
"description": {
"identifier": "vcc:ring_of_resonance",
"menu_category": {
"category": "equipment"
}
},
"components": {
"minecraft:max_stack_size": 1,
"minecraft:icon": {
"texture": "ring_of_resonance"
},
"minecraft:allow_off_hand": true
}
}
}
the second one is the same as this one just with a different identifier, and the third has worked in the past, only just now giving me trouble.