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

Repair itemstacks for TC tool materials are incorrect #41

Open
dmarcuse opened this issue Aug 16, 2018 · 1 comment
Open

Repair itemstacks for TC tool materials are incorrect #41

dmarcuse opened this issue Aug 16, 2018 · 1 comment

Comments

@dmarcuse
Copy link

dmarcuse commented Aug 16, 2018

It seems that using ThaumcraftMaterials causes the static initializer block to be invoked before TC has registered its items, meaning the materials have their repair items set to air (with varying metadata values). Moving the setRepairItem invocations to be called after items have been registered should fix this.

@dmarcuse
Copy link
Author

Actually, it seems like there may also be an issue with fields in ItemsTC not being set properly. I'm not really sure what's going on.

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

1 participant