Dragon Survival [Forge]

Dragon Survival [Forge]

685k Downloads

[1.19.2 Forge Bug]: Crash from dragon altar choice

Reshy opened this issue · 4 comments

commented

■ Your Discord ID or other contacts

_reshy

■ Dragon Survival version and Modpack version (if have)

DragonSurvival-1.19.2-1.5.56.jar

Custom Modpack

■ Single game or server?

Single (Default)

■ Do you delete old configs before writing a bug report?

I always delete configs

■ Bug Description and Reproduce

Crashed when attempting to automatically open Dragon Altar choice upon loading in.

■ Expected behavior

Crashing shouldn't occur from dragon choice.

■ Crash Report File and Logs

https://pastebin.com/RUm7k6kT

commented

Separately from modpack geckolib + dragon survival crashes?

commented

@Mod.EventBusSubscriber(bus = Mod.EventBusSubscriber.Bus.FORGE, value = Dist.CLIENT)

the dist parameter is not safe

grafik

openingAltar should have an additional check like && tickEvent.side.isClient()

commented

Can you send a pull-request for this or send the code here?

commented

its in #349