AgriCraft

AgriCraft

30M Downloads

Load Crash with Create Mod

lperlaki opened this issue ยท 4 comments

commented

Quick description

The Game crashes on load when I try to load the Create mod dev setup with AgriCraft installed.

Related issues and searches

I am trying to debug #1312

Mods and versions used

  • Minecraft: 1.16.5
  • Forge: 36.1.0
  • AgriCraft: 1.16.5-3.0.0
  • InfinityLib: 1.16.5-2.0.3
  • Create: 0.3.1b
  • JEI: 7.6.1.71

Steps to replicate the issue

  1. Pull Create
  2. add AgriCraft and InfinityLib to run/mods folder
  3. run with cradle runClient

Expectations and explanations

Your environment

  • How are you playing?
    • Operating System: MacOS
    • Launcher: -
    • Modpack: -
  • What kind of server:
    • Singleplayer
    • Multiplayer
  • Game Modes:
    • Survival
    • Creative
  • Save File:
    • Brand new save
    • Only an existing save

Links to crash logs, stack traces, etc

Crash Report

commented

I just tested it with only the InfityLib mod. There also is a Crash but it looks different. Crash Report

commented

Do you have an obfuscated version in your dev env?

commented

I'm pretty sure your method of adding mods to a dev environment is at fault here.
Unfortunately, adding mods to a dev environment is not as trivial as simply dropping them in the run/mods.
Try it with any other mod, it will not work.

I recommend you use CurseMaven: https://www.cursemaven.com/

You can find examples of usage in the Agricraft build.gradle.

commented

Ok, thank you!