shedaniel/RoughlyEnoughItems

Crashes in gametest environment on fabric

KP2048 opened this issue · 0 comments

What happened?

When REI is installed via Gradle in a fabric gametest environment, REI tries to access the client side Minecraft class from the server side, and crashes. This is in 1.20.5 under architectury.

What mod loaders are you seeing the problem on?

Fabric

What do you think this bug is of?

  • Visual
  • Recipe Lookup
  • Cheat Mode
  • Plugin Integration / JEI Plugin Compatibility
  • Others

Relevant log output

The error log isn't really that useful because of your overuse of reflection, but using the debugger I was able to glean this from it: `Cannot load class net.minecraft.client.Minecraft in environment type SERVER`

Anything else?

No response

By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.

  • Yes, and I did not use any paste services other than GitHub Gists.

By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.

  • Yes