[1.19.2] Custom seeds don't have recipes
CraftSpider opened this issue ยท 4 comments
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):
- Minecraft: 1.19.2
- Forge: 43.3.5
- Cucumber: 6.0.10
- Mystical Agriculture: 6.0.13
- Mystical Customization: 4.0.1
- Singleplayer or Multiplayer: Singleplayer
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: