Fixed slab/stair lighting issues
This commit is contained in:
parent
30667fc0f4
commit
46fefd716b
2 changed files with 11 additions and 5 deletions
|
@ -61,6 +61,9 @@ public class BlockBOPSlab extends BlockSlab
|
||||||
//TODO: this.setCreativeTab()
|
//TODO: this.setCreativeTab()
|
||||||
this.func_149647_a(BiomesOPlenty.tabBiomesOPlenty);
|
this.func_149647_a(BiomesOPlenty.tabBiomesOPlenty);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//TODO: useNeighborBrightness?
|
||||||
|
field_149783_u = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
@ -58,6 +58,9 @@ public class BlockBOPStairs extends BlockStairs
|
||||||
//TODO: setBurnProperties() getIdFromBlock()
|
//TODO: setBurnProperties() getIdFromBlock()
|
||||||
Blocks.fire.func_149842_a(func_149682_b(this), 5, 20);
|
Blocks.fire.func_149842_a(func_149682_b(this), 5, 20);
|
||||||
|
|
||||||
|
//TODO: useNeighborBrightness?
|
||||||
|
field_149783_u = true;
|
||||||
|
|
||||||
//TODO: this.setCreativeTab()
|
//TODO: this.setCreativeTab()
|
||||||
this.func_149647_a(BiomesOPlenty.tabBiomesOPlenty);
|
this.func_149647_a(BiomesOPlenty.tabBiomesOPlenty);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue