Corail31 / tombstone_lite

Corail Tombstone: Issues & Updates
https://www.curseforge.com/minecraft/mc-mods/corail-tombstone
3 stars 1 forks source link

Crash on load due to loottable id being null #242

Closed Zelioth closed 1 month ago

Zelioth commented 1 month ago

Minecraft Version

1.21.1

Framework Type

NeoForge

Framework Version

21.1.54

Hybrid Server

N/A

Corail Tombstone Version

9.0.1

What happened?

Client crashes on single player world load and reports CT as the crash

Gametype

Singleplayer

Happen by testing with only Corail Tombstone on Forge (required)

Yes

Occurence

occurs all the time

Other relevant mods

Friends United 2.1

Log Link

https://gist.github.com/Zelioth/f62f6fcab010d4f43762b8c9ad8c8cfe

Valid Launcher

Zelioth commented 1 month ago

crash-2024-09-16_22.34.17-server.txt

Corail31 commented 1 month ago

@Zelioth you checked in the issue form that is reproductible with only my mod but you provide a log containing others mods. Note that the mod has been tested on dedicated server.

Corail31 commented 1 month ago

@Zelioth Even if i could avoid it by checking loottables having a null lootTableId, this is a bug in another mod (lootTableId is not nullable). I recommand you to locate the mod making this happening and open an issue in that mod.

Corail31 commented 1 month ago

@Zelioth 9.0.2 prevents the null loottable id to crash my code.