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

[1.19.2] Custom seeds don't have recipes #45

Closed CraftSpider closed 2 months ago

CraftSpider commented 8 months ago

Describe the bug I'm trying to create custom seeds for a modpack I'm working on, however, only one of the seeds I've created thus far has a recipe. All others create a seed with no infusion recipe. There is no message in the logs of any failures or even warnings related to recipes.

To Reproduce I have several reproducers, using both tags and items. This is an example of one such file:

{
    "name": "Rich Slag",
    "type": "mysticalagriculture:resource",
    "tier": "mysticalagriculture:4",
    "ingredient": {
        "item": "thermal:rich_slag"
    },
    "color": "a25a3f",
    "textures": {
        "flower": "mysticalagriculture:block/flower_rock",
        "essence": "mysticalagriculture:item/essence_rock",
        "seeds": "mysticalagriculture:item/mystical_seeds"
    }
}

The following, almost identical, file works correctly, and is in fact the only working file:

{
    "name": "Adamantite",
    "type": "mysticalagriculture:resource",
    "tier": "mysticalagradditions:6",
    "ingredient": {
        "item": "enlightened_end:adamantite_ingot"
    },
    "color": "4b7dfc",
    "textures": {
        "flower": "mysticalagriculture:block/flower_ingot",
        "essence": "mysticalagriculture:item/essence_ingot",
        "seeds": "mysticalagriculture:item/mystical_seeds"
    }
}

Expected behavior The seeds to be created and have a recipe.

Screenshots / Scripts / Logs Logs can be provided on request but I don't believe contain relevant info.

Versions (please complete the following information):

BlakeBr0 commented 8 months ago

Logs would probably be useful. I just copied the Rich Slag seeds into a testing modpack I have and they seem to have worked fine, so maybe there's a specific seed that's causing issues?

image

CraftSpider commented 7 months ago

Sorry for the delay - I'll try removing them one by one next time I'm working on the pack. Aside from that, here's a log from a recent startup:

latest.log

BlakeBr0 commented 5 months ago

Is this still an issue you're experiencing?

BlakeBr0 commented 2 months ago

I'm going to close this due to inactivity. If this is still an issue on the latest version you can reply here.