-
Notifications
You must be signed in to change notification settings - Fork 28
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
Cannot create basic aspect of Thaumcraft #228
Comments
Post full debug log |
thats not the debug log. Thats the groovy log |
pretty sure this is the issue, line 120 in - thaumcraft.api.aspects.Aspect aspect = new thaumcraft.api.aspects.Aspect(tag, chatColor, components.getAspects(), image, blend);
+ thaumcraft.api.aspects.Aspect aspect = new thaumcraft.api.aspects.Aspect(tag, chatColor, components.size() == 0 ? null : components.getAspects(), image, blend); |
[16:20:45] [Client thread/ERROR]: Throwing |
so……can u fix this bug? plz |
If I don't fill in any sub-aspects, debugging will show an array out-of-bounds exception.
The text was updated successfully, but these errors were encountered: