improve rendering, fix lightmap
This commit is contained in:
parent
82b57873c2
commit
ec9173433e
12 changed files with 186 additions and 102 deletions
|
@ -431,6 +431,10 @@ public class Client implements IThreadListener {
|
|||
public int getCombinedLight(BlockPos pos) {
|
||||
return Client.this.renderer.getCombinedLight(pos);
|
||||
}
|
||||
|
||||
public int getCombinedBrightness(BlockPos pos) {
|
||||
return Client.this.renderer.getCombinedBrightness(pos);
|
||||
}
|
||||
}
|
||||
|
||||
public static final String VERSION = Version.NAME + " Client " + Util.VERSION;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue