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
@@ -13,7 +13,7 @@ public class BlockEnergyAcceptor extends AEBaseBlock
public BlockEnergyAcceptor() {
super( BlockEnergyAcceptor.class, Material.iron );
setfeature( EnumSet.of( AEFeature.Core ) );
setTileEntiy( TileEnergyAcceptor.class );
setTileEntity( TileEnergyAcceptor.class );
}
}