parent
2006e31a71
commit
82b57873c2
96 changed files with 3105 additions and 1659 deletions
|
@ -8,5 +8,5 @@ public interface IWorldAccess extends IBlockAccess
|
|||
{
|
||||
TileEntity getTileEntity(BlockPos pos);
|
||||
@Clientside
|
||||
int getWorldLight(BlockPos pos);
|
||||
int getCombinedLight(BlockPos pos);
|
||||
}
|
||||
|
|
|
@ -187,7 +187,7 @@ public abstract class World implements IWorldAccess {
|
|||
public void checkBlockLight(BlockPos pos) {
|
||||
}
|
||||
|
||||
public int getWorldLight(BlockPos pos) {
|
||||
public int getCombinedLight(BlockPos pos) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue