More Mounted Storages

More Mounted Storages

421k Downloads

Client Crash

ModernGamingWorld opened this issue · 3 comments

commented

Describe the bug
A clear and concise description of what the bug is.
2021-11-20_18 49 07
crash-2021-11-20_18.48.50-fml.txt

To Reproduce
Steps to reproduce the behavior:

Additional context

  • Mod version: 1.1.0
  • Forge version: 36.2.16
  • Create version: 0.3.2f
  • Ender Storage version:
commented

Modern brought it to my attention that there was a bug that you had to fix when using my mod, I was curious as to what the cause was and if it was something that my mod was causing

commented

@Elrol It was caused by the fact that industrial agriculture registered Rarities in industrialagriculture:tier_x format, and this combined by the fact that I registered black holes by iterating over Rarities, building ResourceLocation and checking if such tile entity exists, lead to the crash when my mod tried to create ResourceLocation with entry id that contained : symbol, leading to an unhandled exception.

commented