Seeds aren't getting added (1.19.2)
Ryan14947 opened this issue ยท 0 comments
I tried to add several seeds with this mod to my personal modpack, using the following general code:
{
"name": "Prosperity Shard Seeds",
"type": "mysticalagriculture:resource",
"tier": "mysticalagriculture:1",
"ingredient": {
"item": "mysticalagriculture:prosperity_shard"
},
"color": "B7C9E2",
"textures": {
"flower": "mysticalagriculture:block/flower_ingot",
"essence": "mysticalagriculture:item/essence_gem"
},
}
I don't know what's wrong, so any help would be greatly appreciated.