supply BlockBox#intersection Overwrite reason

This commit is contained in:
CreepyCre 2021-04-12 00:56:41 +02:00
parent b717b78bae
commit ac353e3897

View file

@ -24,6 +24,7 @@ public class BlockBoxMixin {
/**
* @author CreepyCre
* @reason method is bugged, currently does the same as {@link net.minecraft.util.math.BlockBox#encompass(net.minecraft.util.math.BlockPos pos)}
*/
@Overwrite
public BlockBox intersection(BlockBox box) {