maruohon / justenoughdimensions

A simple Minecraft mod to register custom dimensions to the game
GNU General Public License v3.0
12 stars 7 forks source link

Conflict with SBM-DeadMansSatchel #70

Closed ztblat closed 3 months ago

ztblat commented 4 months ago

https://mclo.gs/DNPyIBM https://mclo.gs/WRtn2YS Using SBM-DeadMansSatchel in Custom Dimensions

maruohon commented 4 months ago

That seems to be an issue in that mod, I don't see anything related to JED in the stack trace.

ztblat commented 4 months ago

That seems to be an issue in that mod, I don't see anything related to JED in the stack trace.

The author of that mod has given up.

maruohon commented 4 months ago

Well there is nothing to be done from JED's side for that crash. It needs to be fixed in that mod.

However looking at their code, it might be fixed if you use the "load_on_start": true option for all dimensions you add via JED.

Also looks like you have some beta version of that mod? There is a 1.0.0 version on CurseForge. Although that probably changes nothing for this crash, but it might fix other issues.

ztblat commented 3 months ago

Thank you so much. Problem solved.