mirror of
https://github.com/ViaVersion/ViaRewind-Legacy-Support.git
synced 2025-01-07 18:58:13 +01:00
Fix bounding box fixes on Paper 1.20.5+
This commit is contained in:
parent
560b84e3f5
commit
8a92b4d1df
@ -18,7 +18,6 @@
|
||||
|
||||
package com.viaversion.viarewind.legacysupport.feature;
|
||||
|
||||
import com.viaversion.viarewind.legacysupport.BukkitPlugin;
|
||||
import com.viaversion.viaversion.api.protocol.version.ProtocolVersion;
|
||||
|
||||
import java.lang.reflect.Field;
|
||||
@ -82,7 +81,8 @@ public class BlockCollisionChanges {
|
||||
case "AxisAlignedBB": // Legacy NMS
|
||||
setAxisAlignedBB(boundingBox, values);
|
||||
break;
|
||||
case "VoxelShapeArray": // Paper
|
||||
case "VoxelShapeArray": // Paper 1.20.4-
|
||||
case "ArrayVoxelShape": // Paper 1.20.5+
|
||||
setVoxelShapeArray(boundingBox, values);
|
||||
break;
|
||||
case "AABBVoxelShape": // Tuinity
|
||||
|
Loading…
Reference in New Issue
Block a user