Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Recipes, Nothing is Craftable #97

Open
NepenthesP opened this issue Mar 4, 2025 · 6 comments
Open

No Recipes, Nothing is Craftable #97

NepenthesP opened this issue Mar 4, 2025 · 6 comments
Labels
bug Something isn't working question Further information is requested

Comments

@NepenthesP
Copy link

My mod list is lengthy and stuff may be jank I guess but I was really disappointed to see this mod not working with this list when it worked on my last one.
Making this a little expediently so sorry for the way I'm putting stuff in.

Image

Image

Image

Image

Image

Image

I saw someone else post this problem as a comment recently on the curseforge and thought with me experiencing it too it might be something to look into. No crashes or anything, just no recipes working. I know it was working on the last server I ran because I had polymorph specifically to craft both farmers and balkons knives. I'll try and check back on this and give more info if needed. Forge 47.3.33 on MC 1.20.1
Having some other issues with shift clicking fuel into furnaces and scribble when you click on the colors, don't know if that gives info about this crash at all but just mentioning.

@ThexXTURBOXx
Copy link
Owner

Indeed, these are way too many mods for me to look manually through.
I would advise the following: disable half the mod list, create a new world, try whether the recipes work. If they do, disable the other half and try again.
In one of the two cases, it most likely will not work. So, disable half of this half of the mods and do the same.
Continue until you found either the combination of mods that cause this behaviour or the single mod that is the culprit.

I created a new world specifically to test this and on my end (only with a minimal amount of extra mods), it still works fine:
Image

@ThexXTURBOXx ThexXTURBOXx added bug Something isn't working question Further information is requested labels Mar 4, 2025
@NepenthesP
Copy link
Author

Ok, I will grab some images and find the culprit interactions soon. Thank you for such the speedy reply.

@NepenthesP
Copy link
Author

Image

Image
Here are some examples from a new world after cutting it a bit over halfway down. I am figuring it won't be Create because more people would probably be experiencing this.

Ok, found the problem mod!
It seems to be an API called Forgified Fabric.
I have no idea what it was doing in the mod list because I did not seek it out and turning it off seems to cause no issues. Will just remove it from the pack. Maybe it will fix some of my other issues as well.

If you run into anyone else having this problem, at least here is one reason why it may be happening.
Thanks for the help.

@ThexXTURBOXx
Copy link
Owner

Thank you very much for the feedback - that helps! :)
I will take a look at the issue over the course of the weekend and (hopefully) fix it

@ThexXTURBOXx
Copy link
Owner

When loading a world with Forgified Fabric API and BWM:L, there are a lot of such errors:

[13:34:51] [Render thread/WARN] [Fabric Resource Conditions/]: Skipping object {"type":"minecraft:crafting_shaped","category":"equipment","pattern":["##X"],"key":{"X":[{"tag":"minecraft:planks"}],"#":[{"item":"minecraft:stick"},{"tag":"c:rods/wooden"},{"tag":"c:wooden_rods"},{"tag":"forge:rods/wooden"}]},"result":{"item":"weaponmod:gun-stock"},"conditions":[{"type":"forge:or","values":[{"type":"weaponmod:config_conditional","weapon":"musket"},{"type":"weaponmod:config_conditional","weapon":"blunderbuss"},{"type":"weaponmod:config_conditional","weapon":"mortar"}]}],"fabric:load_conditions":[{"condition":"fabric:or","values":[{"condition":"weaponmod:config_conditional","weapon":"musket"},{"condition":"weaponmod:config_conditional","weapon":"blunderbuss"},{"condition":"weaponmod:config_conditional","weapon":"mortar"}]}]}. Failed to parse resource conditions
com.google.gson.JsonParseException: Unknown recipe condition: weaponmod:config_conditional

So, the issue is that Forgified Fabric API expects the recipe condition to be registered properly - however it is not (since it is expecting the Fabric recipe condition, not the Forge one, which is properly registered).
I will see what I can do about this, but this also probably explains all the other bug reports about missing recipes...

@NepenthesP
Copy link
Author

Getting rid of the mod also fixed quite a few of my other crashes, but not all. The scribble mod is now usable and shit clicking fuel into furnaces no longer crashes the game, so yeah. It doesn't really surprise me the fabric/forge crossover stuff has issues, but it is cool people are working on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants