Techguns

Techguns

9M Downloads

1.12.2-2.0.1.2_1 ticking entity

kreezxil opened this issue · 2 comments

commented

Clients aren't able to connect to my server when this happens.

https://pastebin.com/KdRsgSh9

commented

The relevant codeline is:
https://github.com/pWn3d1337/Techguns2/blob/master/src/main/java/techguns/events/TGTickHandler.java#L202

This looks like a mod compatibility conflict to me. This code handles the additional item slots and for some reason the entity data manager has a datatype problem.

Currently I think there are 3 possible reasons for this

  1. Techguns uses the enity data manager incorrectly. (I do not think so, but I will check again)
  2. Another mod uses the entity data manager incorrectly.
  3. It's a bug in forge or mc.
commented