removed print
This commit is contained in:
parent
e730f3a84d
commit
c7387662f5
@ -87,7 +87,7 @@ public final class CachedChunk implements IBlockTypeAccess {
|
||||
name = "minecraft:" + name;
|
||||
}
|
||||
IBlockState state = Block.getBlockFromName(name).getDefaultState();
|
||||
System.out.println("Saying that " + x + "," + y + "," + z + " is " + state);
|
||||
//System.out.println("Saying that " + x + "," + y + "," + z + " is " + state);
|
||||
return state;
|
||||
}
|
||||
PathingBlockType type = getType(x, y, z);
|
||||
|
Loading…
Reference in New Issue
Block a user