Typo setTileEntiy

This commit is contained in:
thatsIch
2014-09-20 23:23:39 +02:00
parent 9011f35d89
commit dc6f07af40
37 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ public class BlockQuantumRing extends AEBaseBlock implements ICustomCollision
public BlockQuantumRing() {
super( BlockQuantumRing.class, Material.iron );
setfeature( EnumSet.of( AEFeature.QuantumNetworkBridge ) );
setTileEntiy( TileQuantumBridge.class );
setTileEntity( TileQuantumBridge.class );
float shave = 2.0f / 16.0f;
setBlockBounds( shave, shave, shave, 1.0f - shave, 1.0f - shave, 1.0f - shave );
setLightOpacity( 1 );