4693
This commit is contained in:
parent
011ebaba1d
commit
fa9cd98b5a
21 changed files with 76 additions and 76 deletions
|
@ -40,9 +40,9 @@ public class RenderCablePart {
|
|||
Tessellator tessellator = Tessellator.instance;
|
||||
IIcon texture = getIconFromType(part.type);
|
||||
RenderBlocks renderblocks = RenderBlocks.getInstance();
|
||||
double xD = part.xCoord;
|
||||
double yD = part.yCoord;
|
||||
double zD = part.zCoord;
|
||||
double xD = part.getPos().getX();
|
||||
double yD = part.getPos().getY();
|
||||
double zD = part.getPos().getZ();
|
||||
Block block = part.getBlockType();
|
||||
tessellator.setBrightness(block.getMixedBrightnessForBlock(part.getWorld(), part.getX(), part.getY(), part.getZ()));
|
||||
renderBox(part.boundingBoxes[6], block, tessellator, renderblocks, texture, xD, yD, zD, 0F);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue