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

[1.19.2] Datapack can not be validated #1197

Open
fabioski01 opened this issue Sep 7, 2024 · 4 comments
Open

[1.19.2] Datapack can not be validated #1197

fabioski01 opened this issue Sep 7, 2024 · 4 comments

Comments

@fabioski01
Copy link

fabioski01 commented Sep 7, 2024

Hi, I wanted to play IC2 along some other technical mod, however IC2 is incompatibles and does not validate the datapack when creating a world. This is the common crash report error java.lang.IllegalStateException: Item: ic2:ingot_aluminum does not exist
Is this a known bug? Is there any way to fix it? I attach the full crash report if needed. Thanks
crash-2024-09-06_18.34.05-client.txt

@CrossVas
Copy link
Contributor

CrossVas commented Sep 7, 2024

You got the name wrong

java.lang.IllegalStateException: Item: ic2:ingot_aluminum does not exist

image

@fabioski01
Copy link
Author

What? I just copy pasted the crash report I did not write the name. When running IC2 alone the datapack gets validated.

@Meduris
Copy link
Collaborator

Meduris commented Sep 7, 2024

I don't think there is anything we can do about this crash.
As you already pointed out, it does not happen with just IC2 Classic, and as CrossVas pointed out, something is trying to use ic2:ingot_aluminum in a recipe while it should be ic2:ingot_aluminium (note the extra i)

Best guess is that some of the mods in your pack or some kubejs script try to add ic2 compat and fucked that up.

Apart from you trying to reduce your modlist to find out which exact mod registers the broken recipe and reporting it there, I don't think there is much that can be done.
Note: if the crash disappears when kubejs is removed, it is most likely a broken script by the pack developer and not the mods fault

@Meduris
Copy link
Collaborator

Meduris commented Sep 7, 2024

Ok, we just found out that this is a bug with the latest version of create. I am creating a bugreport there right now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants