1.12.2-2.0.1.2_1 ticking entity
kreezxil opened this issue · 2 comments
Clients aren't able to connect to my server when this happens.
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
- Techguns uses the enity data manager incorrectly. (I do not think so, but I will check again)
- Another mod uses the entity data manager incorrectly.
- It's a bug in forge or mc.
I reverted to 2.0.1.2 and the issue went away.
…On Thu, Feb 21, 2019 at 1:16 AM pWn3d1337 ***@***.***> wrote:
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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#101 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADs0iDVu24Xh22FTxF2upwMmH7NGfeqXks5vPkfPgaJpZM4bGYmW>
.