feat: classic laser table textures

This commit is contained in:
Timo Ley 2023-01-29 16:58:27 +01:00
parent d81a3dd198
commit 9756dd2b39
19 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 379 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 597 B

View File

@ -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