supply BlockBox#intersection Overwrite reason
This commit is contained in:
parent
b717b78bae
commit
ac353e3897
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue