LittleTiles

LittleTiles

12M Downloads

Entities don't get registered client-side

Octelly opened this issue · 2 comments

commented
[15:49:44] [Render thread/ERROR] [minecraft/BlockableEventLoop]: Error executing task on Client
java.lang.NullPointerException: Cannot invoke "team.creative.littletiles.client.level.LittleAnimationHandlerClient.pollEntityInTransition(net.minecraft.network.protocol.game.ClientboundAddEntityPacket)" because "team.creative.littletiles.client.LittleTilesClient.ANIMATION_HANDLER" is null

Full context (log, including Prism Launcher mod list) on mclo.gs

The pack is a modified version of ATM 9, recently updated to the latest version. I am not sure what causes this, but entities do seem to get correctly registered after initial login, but don't appear again after switching dimensions.

I also cannot see Ars Nouveau lights anymore, which seems to be related as it started happening around the same time. (this happens both with and without shaders)

IMPORTANT NOTE:
This happens with the latest versions as well! I forgot to mention that downgrading to the previous ones was me trying to troubleshoot.

commented

This is quite confusing. This should be fixed in the newer versions. Is there anything you have done before this crash appeared? Have you built a structure which has doors in doors? Maybe that is the issue. Tried to replicate it myself, but it worked all fine for me.

commented

Never mind, fixed the issue in the newest version. Thanks for reporting this issue!