BlakeBr0 / MysticalCustomization

Allows modpack creators to add new content and modify existing content in Mystical Agriculture.
https://blakesmods.com/mystical-customization
MIT License
6 stars 6 forks source link

Seeds aren't getting added (1.19.2) #51

Closed Ryan14947 closed 2 months ago

Ryan14947 commented 2 months ago

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.