[Item][error]-Item 'sc:oats' with format_version 1.16.100 or greater cannot be loaded from resource packs.
RP Item File Path: RP/items/oats.item.rp.json
{
"format_version": "1.16.100",
"minecraft:item": {
"description": {
"identifier": "sc:oats",
"category": "items"
},
"components": {
"minecraft:icon": {
"texture": "oats"
}
}
}
}```
Item's Texture Path: ``RP/textures/items/oats``
Item Texture Path: ``RP/textures/item_texture.json``
```json
{
"resource_pack_name": "vanilla",
"texture_name": "atlas.items",
"texture_data": {
"oats": {
"textures": "textures/items/oats"
}
}
}```