MovingWorld icon indicating copy to clipboard operation
MovingWorld copied to clipboard

Crash when using Reskillable with Davincis vessels

Open TheidenHD opened this issue 1 year ago • 0 comments

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".

TheidenHD avatar Oct 07 '23 20:10 TheidenHD