Finish first pass of texture mapping
This commit is contained in:
parent
d21d640eae
commit
9133d03489
8 changed files with 709 additions and 197 deletions
|
|
@ -145,6 +145,11 @@ public class NewMapChunkCache implements MapChunkCache {
|
|||
public final int getZ() {
|
||||
return z;
|
||||
}
|
||||
public final int getBlockTypeIDAbove() {
|
||||
if(y < 127)
|
||||
return snap.getBlockTypeId(x & 0xF, y+1, z & 0xF);
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue