improve rendering, fix lightmap
This commit is contained in:
parent
82b57873c2
commit
ec9173433e
12 changed files with 186 additions and 102 deletions
|
@ -191,6 +191,10 @@ public abstract class World implements IWorldAccess {
|
|||
return 0;
|
||||
}
|
||||
|
||||
public int getCombinedBrightness(BlockPos pos) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
public boolean setState(BlockPos pos, State state) {
|
||||
return this.setState(pos, state, 3);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue