Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Mobs crash Ticking Entity #281

Open
ChanGrape opened this issue Oct 1, 2024 · 3 comments
Open

Improved Mobs crash Ticking Entity #281

ChanGrape opened this issue Oct 1, 2024 · 3 comments

Comments

@ChanGrape
Copy link

Modloader

Forge

Minecraft version

1.20.1

Modloader version

47.3.6

Mod version

1.12.4

TenshiLib version

1.7.6

Description

Game crashes from a ticking entity. Booted up game with Improved Mobs Disabled and played for a few hours and it worked just fine.

Steps to reproduce

  1. Boot up Minecraft
  2. Play on a Singleplayer world
  3. Wait for a zombie with certain conditons met to spawn
  4. crash

Mods that might affect the issue

Several mods in the crash report modify or extend entity behavior and goals. Based on that, here are a few mods that could potentially be involved:

Improved Mobs: This mod specifically modifies mob AI, behavior, and difficulty, which could be causing the ticking entity error for zombies.
Ars Nouveau: This mod has several mixins related to entity and AI behavior, and it could be altering the zombie's behavior.
Botania: Botania has mixins related to entities and target goals, which may also influence how the zombie reacts in-game.
Artifacts: This mod also affects entity behaviors, adding unique mechanics that could potentially interfere with mob AI.
Spartan Weaponry: It has mixins related to zombies and other entities, which may be a source of conflict.

Logs

https://pastebin.com/aFBWfLVU

@Flemmli97
Copy link
Owner

this is very strange... are you sure its caused by this mod? the part that is crashing i do not touch at all

@ChanGrape
Copy link
Author

Weird, then I am unsure. I have only been able to replicate the crash with improved mobs installed. Could it be another mod's interaction interfering with something Improved Mobs is doing with Zombies?

@Flemmli97
Copy link
Owner

hmm not sure. try this approach:

  1. Remove half the mods
  2. Start the game
  3. If issue persist go to 1. Else try with the other half
  4. Continue till problem is found

this can find mod conflicts pretty fast. problem i would assume though is that this happens randomly right

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants