![Templates](https://media.forgecdn.net/avatars/thumbnails/207/358/256/256/636965825530040541.png)
crash on server join(1.14.4)fabric
SDUBZ opened this issue ยท 4 comments
crash report
crash-2019-08-11_22.33.16-client.txt
log file:
latest.log
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.
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
.