forked from RepoMirrors/baritone
resolve the issue
This commit is contained in:
parent
21e9c0b7c1
commit
fe54372a53
|
@ -20,7 +20,7 @@ package com.github.lunatrius.core.util.math;
|
|||
import net.minecraft.util.math.BlockPos;
|
||||
|
||||
public class MBlockPos extends BlockPos {
|
||||
private MBlockPos() {
|
||||
MBlockPos() {
|
||||
super(6, 6, 6);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue