Alter default behavior when no SkyLight to 'full' vs 'none'
This commit is contained in:
parent
18d2add463
commit
b34b7617b5
3 changed files with 3 additions and 3 deletions
|
|
@ -85,7 +85,7 @@ public class MapChunkCache114_1 extends AbstractMapChunkCache {
|
||||||
public StdSection() {
|
public StdSection() {
|
||||||
states = new DynmapBlockState[BLOCKS_PER_SECTION];
|
states = new DynmapBlockState[BLOCKS_PER_SECTION];
|
||||||
Arrays.fill(states, DynmapBlockState.AIR);
|
Arrays.fill(states, DynmapBlockState.AIR);
|
||||||
skylight = emptyData;
|
skylight = fullData;
|
||||||
emitlight = emptyData;
|
emitlight = emptyData;
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
|
|
@ -85,7 +85,7 @@ public class MapChunkCache114 extends AbstractMapChunkCache {
|
||||||
public StdSection() {
|
public StdSection() {
|
||||||
states = new DynmapBlockState[BLOCKS_PER_SECTION];
|
states = new DynmapBlockState[BLOCKS_PER_SECTION];
|
||||||
Arrays.fill(states, DynmapBlockState.AIR);
|
Arrays.fill(states, DynmapBlockState.AIR);
|
||||||
skylight = emptyData;
|
skylight = fullData;
|
||||||
emitlight = emptyData;
|
emitlight = emptyData;
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
|
|
@ -88,7 +88,7 @@ public class MapChunkCache115 extends AbstractMapChunkCache {
|
||||||
public StdSection() {
|
public StdSection() {
|
||||||
states = new DynmapBlockState[BLOCKS_PER_SECTION];
|
states = new DynmapBlockState[BLOCKS_PER_SECTION];
|
||||||
Arrays.fill(states, DynmapBlockState.AIR);
|
Arrays.fill(states, DynmapBlockState.AIR);
|
||||||
skylight = emptyData;
|
skylight = fullData;
|
||||||
emitlight = emptyData;
|
emitlight = emptyData;
|
||||||
}
|
}
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue