Added lesu storage block counting
This commit is contained in:
parent
81f75abf22
commit
51c91aaccb
7 changed files with 198 additions and 28 deletions
|
@ -7,7 +7,7 @@ import net.minecraft.world.IBlockAccess;
|
|||
import net.minecraft.world.World;
|
||||
import net.minecraftforge.common.util.ForgeDirection;
|
||||
|
||||
public class Location {
|
||||
public class Location implements Comparable<Location> {
|
||||
public int x;
|
||||
public int y;
|
||||
public int z;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue