[Forge 1.16.4 - 35.1.37] - (Crash) Error during mod loading - java.lang.NullPointerException: null
StygianEmperor opened this issue ยท 6 comments
I suspect Netherite Plus just took the blame for something else going on, so apologies in advance if this report seems trite.
Version
forge-1.16.4-35.1.37
architectury-1.3.81-forge
netherite-plus-mod-1.3.3-1.16.5-forge
Describe the bug
Crash on starting Minecraft, probably due to incompatibility with another mod:
Netherite Plus (netherite_plus) encountered an error during the complete event phase
java.lang.NullPointerException: null
To Reproduce
- Download 140 disparate mods over the course of a couple months, any two of which could potentially be incompatible...
- Launch Minecraft with the Forge loader
- Crash!
- Optional. Report to the author of the mod specified in the crash screen and possibly learn what a "Null Pointer" is after first hearing it referenced in Borderlands 3 like a year ago.
Expected behavior
"I expected Minecraft to launch without crashing" is probably a tired joke at this point, sorry.
Screenshots
I'll just upload the logs here:
latest.log
crash-2021-01-18_17.16.47-fml.txt
I did: Elytra, Fake Blocks, and I added 1.0 to the damage additions of all three items.
{
"enabled": {
"shulker_boxes": true,
"elytra": false,
"shields": true,
"bows_and_crossbows": true,
"fishing_rod": true,
"horse_armor": true,
"fake_netherite_blocks": false,
"anvils": true,
"config_debug_print": false,
"trident": true,
"beacon": true
},
"durabilities": {
"elytra": 864,
"fishing_rod": 128,
"shield": 672,
"bow": 768,
"crossbow": 652,
"trident": 500
},
"damage": {
"bow_damage_addition": 1.0,
"bow_damage_multiplier": 1.0,
"crossbow_damage_addition": 1.0,
"crossbow_damage_multiplier": 1.0,
"trident_damage_addition": 1.0,
"trident_damage_multiplier": 1.0
},
"anvil": {
"xp_reduction": 0.5
},
"graphics": {
"lava_vision_distance": 0.25
}
}