-
Notifications
You must be signed in to change notification settings - Fork 7
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
RecipeUtil.removeRecipeFor prevents creating world with TechReborn #48
Labels
bug
Something isn't working
Comments
oh dear. This Does the console have any stacktrace? |
|
uuuuuggggghhhhh not this again, I had to fix this in LibCD and I guess I'll have to fix it here too |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
My mod recently began having compatibility problems with TechReborn. I decided to try to find out where the issue lies. Apparently a mod only containing the line
RecipeUtil.removeRecipeFor(new ItemStack(Items.DIAMOND_AXE));
insideonInitialize
and a copy of cotton-datapack and dependencies as jij mods:causes minecraft to throw an exception when creating a new world. The game doesn't crash but displays:
Failed to load datapacks, can't proceed with server load
(console)To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should be able to create a new world
Screenshots
here
Version of the (please complete the following information):
The text was updated successfully, but these errors were encountered: