feat: classic laser table textures
After Width: | Height: | Size: 334 B |
After Width: | Height: | Size: 343 B |
After Width: | Height: | Size: 597 B |
After Width: | Height: | Size: 334 B |
After Width: | Height: | Size: 276 B |
After Width: | Height: | Size: 423 B |
After Width: | Height: | Size: 379 B |
After Width: | Height: | Size: 333 B |
After Width: | Height: | Size: 464 B |
After Width: | Height: | Size: 334 B |
After Width: | Height: | Size: 343 B |
After Width: | Height: | Size: 593 B |
After Width: | Height: | Size: 387 B |
After Width: | Height: | Size: 330 B |
After Width: | Height: | Size: 520 B |
After Width: | Height: | Size: 387 B |
After Width: | Height: | Size: 330 B |
After Width: | Height: | Size: 597 B |
|
@ -32,7 +32,7 @@ public class BlockLaserTable extends BlockBuildCraft implements ILaserTargetBloc
|
|||
public BlockLaserTable() {
|
||||
super(Material.iron);
|
||||
|
||||
setBlockBounds(0, 0, 0, 1, 8F / 16F, 1);
|
||||
setBlockBounds(0, 0, 0, 1, 9F / 16F, 1);
|
||||
setHardness(10F);
|
||||
setCreativeTab(BCCreativeTab.get("main"));
|
||||
setPassCount(2);
|
||||
|
@ -51,7 +51,7 @@ public class BlockLaserTable extends BlockBuildCraft implements ILaserTargetBloc
|
|||
|
||||
@Override
|
||||
public int getRenderType() {
|
||||
return SiliconProxy.laserTableModel;
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|