-
Notifications
You must be signed in to change notification settings - Fork 20
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.12 Crash with SteamAgeRevolution #84
Comments
Oops, didn't realise I didn't have the latest version of steam age revolution: Same problem persists though. |
This is an issue with the core mod of (B.A.S.E). They are not checking for null in their ItemStackUtils class. This is because they are passing in a null ItemStack from here: https://github.com/The-Acronym-Coders/BASE/blob/0244cd5c37a47dab9efdd6778be2f9e4c80fc165/src/main/java/com/teamacronymcoders/base/materialsystem/blocks/SubBlockOrePart.java#L70 Since there is a possibility that the item stack could be null, they need to be checking for null inside that ItemStackUtils class or creating an empty itemstack instead inside that SubBlockOrePart class. It looks like they already have a logging call for a situation where the itemstack is null but they aren't it's not being hit properly. |
Huh. Weird. I'll pass this along. |
I am closing this issue as it is being tracked by the B.A.S.E mod team. |
crash-2018-05-05_12.16.53-server.txt
When the mineshaft dug the tunnel down, got this crash. Looks like a conflict with some block from either:
SteamAgeRevolution-1.12.2-0.2.0
https://minecraft.curseforge.com/projects/steamagerevolution
or it's core mod:
base-1.12-3.4.2
https://minecraft.curseforge.com/projects/base
Further examination shows it to be Sulphur Ore, which when picked with a diamond pickaxe drops nothing at all. It ought to drop Sulphur dust. I will report the mining issue to that mod's creator(s) as well.
The text was updated successfully, but these errors were encountered: