-
Notifications
You must be signed in to change notification settings - Fork 1
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
Online model creator using old item names #2
Comments
Hello, Can you confirm you have followed:
Thanks |
Hi, After creating a model from scratch again I found what the issue was. This issue is now unrelated to StandModelLib itself. |
Ill look into parsing the new material names when work calms down a bit! |
The following errors occurs when using item like sticks and books:
java.lang.NullPointerException: null at uk.lewdev.standmodels.parser.ModelSpawnCommandParser.parseArmourData(ModelSpawnCommandParser.java:207) ~[?:?] at uk.lewdev.standmodels.parser.ModelSpawnCommandParser.parseEntityData(ModelSpawnCommandParser.java:111) ~[?:?] at uk.lewdev.standmodels.parser.ModelSpawnCommandParser.parse(ModelSpawnCommandParser.java:74) ~[?:?] at uk.lewdev.standmodels.parser.ModelSpawnCommandParser.<init>(ModelSpawnCommandParser.java:31) ~[?:?]
StandModelLib/standmodels/src/main/java/uk/lewdev/standmodels/parser/ModelSpawnCommandParser.java
Line 207 in 9bae66c
The text was updated successfully, but these errors were encountered: