-
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
Crash on Lead Fluid Registration #7
Comments
The config should be valid. Can you send the other config files too? What other mods are you using? PS: You can use GitHub Gist or mclo.gs to upload the crash report. |
currently. I have this: https://gist.github.com/theTyrfing/ca40561272664ac5b9d82535b0a318c6 |
Here are the crash logs too |
Any type you reference in your {
"materials":{
"iron":{
...
"enabledTypes":{
"block":false,
"bolt":true,
"crushed":true,
"grinded":true,
"separatedGrav":true,
"separatedFroth":true,
"separatedMag":true,
"roasted":true,
"leached":true,
"centrifuged":true,
"electrolyzed":true,
"crystalyzed":true,
"sintered":true,
"dust":true,
"dust_small":true,
"dust_tiny":true,
"foil":true,
"gear":true,
"gear_small":true,
"item_casing":true,
"ore":true,
"plate":true,
"plate_dense":true,
"ring":true,
"rod":true,
"rod_long":true,
"rotor":true,
"round":true,
"screw":true,
"spring":true,
"spring_small":true,
"wire":true
},
...
"lead":{
...
"enabledTypes":{
"block":false,
"bolt":true,
"crushed":true,
"grinded":true,
"separatedGrav":true,
"separatedFroth":true,
"separatedMag":true,
"roasted":true,
"leached":true,
"centrifuged":true,
"electrolyzed":true,
"crystalyzed":true,
"sintered":true,
"dust":true,
"dust_small":true,
"dust_tiny":true,
"foil":true,
"gear":true,
"gear_small":true,
"item_casing":true,
"liquid":false,
"ore":true,
"plate":true,
"plate_dense":true,
"ring":true,
"rod":true,
"rod_long":true,
"rotor":true,
"round":true,
"screw":true,
"spring":true,
"spring_small":true,
"wire":true
},
...
}
}
} You can find many of these here: https://github.com/glowredman/modularmaterials/tree/new-api/presets/types |
Like this? https://gist.github.com/theTyrfing/2d3ebac9058392265db1cf5651281d94 As I think the crash still does happen with this. Although right now, it is currently giving a null point exception error. It was giving a lead fluid resignation error before. Same one as crash log 2 in the links above. |
To reiterate from your post before:
I am closing this issue as that has resolved it. Thank you very much. However, a new problem arose but that would be a new issue. |
Game version:
1.12
Java Version:
Java 8
Mod version:
Modular Materials 0.5-beta
Step to reproduce:
Crash report:
(Not available at the moment, still working out a way to upload it)
Notes
The weirdest part is, I added other materials fine, iron, gold , silver etc; but lead for keeps crashing my game
There is 1 unregistered fluids
Fluid name : lead, type: net.minecraftforge.fluids.Fluid
Is there anything wrong with this json?
materials.txt
The text was updated successfully, but these errors were encountered: