xpple / SeedMapper

In-game Minecraft Fabric mod that allows you to do various things with the world seed.
GNU Lesser General Public License v3.0
184 stars 21 forks source link

crash on launch #57

Closed kittenvr closed 1 year ago

kittenvr commented 1 year ago

Describe the bug When i try to launch the game it crashes

To Reproduce Launch the game with these mods image

Expected behavior i doesn't crash and just opens the game

Additional context log

andi-makes commented 1 year ago

SeedMapper requires BetterConfig as of the latest version, could you try adding it to your mods? That should fix the problem

kittenvr commented 1 year ago

SeedMapper requires BetterConfig as of the latest version, could you try adding it to your mods? That should fix the problem

thanks that fixes it

xpple commented 1 year ago

SeedMapper requires BetterConfig as of the latest version, could you try adding it to your mods? That should fix the problem

That mod is included in SeedMapper, so you shouldn't need to do that.

I actually had the same issue during development, for me updating the Fabric installation fixed the issue.