Default undefined skylight to 'full'
This commit is contained in:
parent
747ec85a0c
commit
4d310828dd
3 changed files with 3 additions and 3 deletions
|
|
@ -86,7 +86,7 @@ public class MapChunkCache114_1 extends AbstractMapChunkCache {
|
|||
public StdSection() {
|
||||
states = new DynmapBlockState[BLOCKS_PER_SECTION];
|
||||
Arrays.fill(states, DynmapBlockState.AIR);
|
||||
skylight = emptyData;
|
||||
skylight = fullData;
|
||||
emitlight = emptyData;
|
||||
}
|
||||
@Override
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ public class MapChunkCache114 extends AbstractMapChunkCache {
|
|||
public StdSection() {
|
||||
states = new DynmapBlockState[BLOCKS_PER_SECTION];
|
||||
Arrays.fill(states, DynmapBlockState.AIR);
|
||||
skylight = emptyData;
|
||||
skylight = fullData;
|
||||
emitlight = emptyData;
|
||||
}
|
||||
@Override
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ public class MapChunkCache115 extends AbstractMapChunkCache {
|
|||
public StdSection() {
|
||||
states = new DynmapBlockState[BLOCKS_PER_SECTION];
|
||||
Arrays.fill(states, DynmapBlockState.AIR);
|
||||
skylight = emptyData;
|
||||
skylight = fullData;
|
||||
emitlight = emptyData;
|
||||
}
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue