Templates

Templates

2.3k Downloads

crash on server join(1.14.4)fabric

SDUBZ opened this issue ยท 4 comments

commented
commented

I'll take a look into this when I can.

commented

Alright, I don't know what's going on here. It's saying it can't find World#scheduleBlockRender, but I can't see any reason it shouldn't be able to.

commented

It appears that in 1.14.3 that method was scheduleBlockRender(Lnet/minecraft/util/math/BlockPos;)V, and then in 1.14.4 the descriptor changed to scheduleBlockRender(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;)V.

commented

Ah, that'd do it. I bet that's pos, oldState, newState. Thanks so much! I'll fix that ASAP.