Olafski / FastLeafDecay

Minecraft mod that provides faster leaf decay.
21 stars 6 forks source link

[1.15.2] FastLeafDecay v22 crash when Create Schematics are used on dedicated server. #41

Closed Vaelzan closed 4 years ago

Vaelzan commented 4 years ago

As per title.

Crash Report: https://gist.github.com/Vaelzan/b346fe8050bcec4da23bff7cc11ef6c6

You should not be casting something that is not a ServerWorld to a ServerWorld in FldScheduler.tick.

Olafski commented 4 years ago

Thanks for the feedback Vaelzan. Good point, I should not be doing that. To be honest it's a struggle for me to make even this simple mod with every new version of Forge...

I'll try to get a new version for 1.15 out soon, hopefully tomorrow.

Vaelzan commented 4 years ago

Thanks @Olafski I really do appreciate it. For now I've removed the mod but it's such a nice quality of life mod that I'm hoping I can add it back soon. :)

Olafski commented 4 years ago

I uploaded version 22.1. In that I check whether the World is a ServerWorld before even adding the update to the schedule. Hope that fixes your issue, please let me know. :)

Olafski commented 4 years ago

@Vaelzan any update on this, so I can mark the file as Release instead of Beta?