resolve the issue

This commit is contained in:
Babbaj 2019-07-21 22:33:22 -04:00
parent 21e9c0b7c1
commit fe54372a53
No known key found for this signature in database
GPG Key ID: 48FD0BEFD63C8E3F
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}