MovingWorld
MovingWorld copied to clipboard
Crash when using Reskillable with Davincis vessels
Duplicate of https://github.com/Coders-After-Dark/Reskillable/issues/211
The issue occurs because "offset" is not set under specific circumstances in https://github.com/TridentMC/MovingWorld/blob/1.14.3/src/main/java/com/tridevmc/movingworld/common/chunk/assembly/AssembleResult.java. I would guess that it is because "AssembleResult(ResultType resultCode, ByteBuf buf)" and "toByteBuf(ByteBuf buf)" ignore "offset".