Truly-Modular/Modular-Item-API

Crash when modifying BetterNether items

Closed this issue ยท 7 comments

Describe the bug
Game crashes when trying to render info for BetterNether tools.

To Reproduce
Install this mod and BetterNether and attempt to modify a tool from the mod.

Expected behavior
Tool should not crash the game, and should either be ignored by the table or compatible with it.

Crash Log:
https://mclo.gs/VLWdzdR

the issue seems to be an outdated version of arsenal.
try updating arsenal to 1.3.

Miapi 1.1.0 is nolonger compatible with arsenal 1.2 and older.
Archery and Armory did not need to be updated for miapi 1.1.0, but arsenal used sth that was deprecated with miapi 1.1.0

Sth about the internal module logic was changed, breaking all guards from Arsenal except the vanilla guard.
Using those guards and replacing them or the balde in them will result in a crash. They propably dont render correctly either. Updating Arsenal should fix this

the issue seems to be an outdated version of arsenal. try updating arsenal to 1.3.

Miapi 1.1.0 is nolonger compatible with arsenal 1.2 and older. Archery and Armory did not need to be updated for miapi 1.1.0, but arsenal used sth that was deprecated with miapi 1.1.0

There is no 1.3 arsenal visible on curseforge. Also, the curseforge description appears to be malformed.
image

i hate curseforge... while i upload the file and figure out why my auto upload failed this time again,
https://modrinth.com/mod/truly-modular-arsenal/version/Arsenal-1.3-1.20.1-fabric
the jar is up on modrinth

i am aware cfs description isnt formated correctly, tell Curseforge to fix their website and properly support markdown formatting

lol yeah it's a hassle sometimes. I've updated to 1.3 from modrinth, thank you.

if you are wondering the description is straight copied from modrinth and both cf and modrinth are set to markdown formating. just cursefore is too stupid todo ir right...

so, jar is uploaded and aproved on cf now https://legacy.curseforge.com/minecraft/mc-mods/truly-modular-arsenal/files/4968195
im gonna asume issue is resolved now, so im gonna close this issue